The actual solution turned out to be a proper uwsgi configuration file entry:
pythonpath = /path/to/project/directory/ On Tuesday, June 3, 2014 6:15:11 PM UTC-7, Sergei G wrote: > > I just installed mezzanine and to get it to work I had to change import of > local_settings from its default form: > > from local_settings import * > > it worked only after I set: > > from myproj.local_settings import * > > The original error I received was: No module named local_settings > > Do you think it is my system misconfiguration or is it an appropriate fix? > > My work environment is virtualenv under uwsgi. > > > Thank you > -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
