--
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 mezzanine-use...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi Ken
I thought that building the docs was indipendent from starting a mezzanine project. That's why I'm not using a virtualenv in this case.
My goal is being able to test a doc patch about deployment, in case I manage to write something reasonable.
You received this message because you are subscribed to a topic in the Google Groups "Mezzanine Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/mezzanine-users/Q7rneOzrv8o/unsubscribe.
To unsubscribe from this group and all its topics, send an email to mezzanine-use...@googlegroups.com.
File
"/home/jameslewis/lib/python2.7/django/conf/__init__.py",
line 44, in _setup
self._wrapped
= Settings(settings_module)
File
"/home/jameslewis/lib/python2.7/django/conf/__init__.py",
line 113, in __init__
raise
ImproperlyConfigured("The SECRET_KEY setting must not be
empty.")
django.core.exceptions.ImproperlyConfigured: The SECRET_KEY setting must not be empty.
But the thing is I have the secret key in both settings.py and local_settings.py what could this be?
Thanks :-)