Keys defined in settings.py. new error:

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 347, in <module>
    from local_settings import *
  File "/home/jimmy/envs/TPH/tenprint/local_settings.py", line 27, in 
<module>
    "HOSTS": ALLOWED_HOSTS[:1], # List of hosts to deploy to (eg, first 
host)
NameError: name 'ALLOWED_HOSTS' 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.

Reply via email to