You need a SECRET_KEY and NEVERCACHE_KEY defined in your settings. There are SECRET_KEY generators out there. Search the Django docs to come to grips with these two settings.
On Wed, Dec 24, 2014 at 10:16 AM, J. Paskaruk <[email protected]> wrote: > (I actually asked about this in the other thread as well) > > > On Wednesday, December 24, 2014 9:10:02 AM UTC-6, J. Paskaruk wrote: >> >> >> Ok, first official snag. The response to fab all is: >> >> Traceback (most recent call last): >> File >> "/home/jimmy/envs/TPH/local/lib/python2.7/site-packages/fabric/main.py", >> line 658, in main >> docstring, callables, default = load_fabfile(fabfile) >> File >> "/home/jimmy/envs/TPH/local/lib/python2.7/site-packages/fabric/main.py", >> line 165, in load_fabfile >> imported = importer(os.path.splitext(fabfile)[0]) >> File "/home/jimmy/envs/TPH/tenprint/fabfile.py", line 26, in <module> >> conf = __import__("settings", globals(), locals(), [], 0).FABRIC >> File "/home/jimmy/envs/TPH/tenprint/settings.py", line 331, in <module> >> "SECRET_KEY": SECRET_KEY, >> NameError: name 'SECRET_KEY' is not defined >> >> -- > 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. > -- 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.
