Hi Ken, What I understand from the link you referred me to is that Django will refuse to start if SECRET_KEY<https://docs.djangoproject.com/en/1.6/ref/settings/#std:setting-SECRET_KEY>is not set. I do have SECRET_KEY<https://docs.djangoproject.com/en/1.6/ref/settings/#std:setting-SECRET_KEY>(long list of numbers and letters) in local_settings.py set automatically when project is created.
On Monday, May 26, 2014 4:20:39 PM UTC-5, Kenneth Bolton wrote: > > Here you go! > https://docs.djangoproject.com/en/dev/ref/settings/#std:setting-SECRET_KEY > > > On Mon, May 26, 2014 at 2:30 PM, val_erie <[email protected] <javascript:> > > wrote: > >> Hi, >> >> I have Mezzanine 3.1.4 installed in virtualenv and I would like to run it >> using Apache2 and mod_wsgi. >> I followed >> https://docs.djangoproject.com/en/1.6/howto/deployment/wsgi/modwsgi/#how-to-use-django-with-apache-and-mod-wsgito >> configure apache. I do have SECRET_KEY in local_settings.py, but I am >> getting this error when try to run mezzanine through apache: >> ImproperlyConfigured: The SECRET_KEY setting must not be empty. >> >> Any help is greatly appreciated. >> Valerie >> >> -- >> 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] <javascript:>. >> For more options, visit https://groups.google.com/d/optout. >> > > -- 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.
