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.
