I added my actual hostname to the ALLOWED_HOSTS, now it's trying to fab 
all, but asking for a login password for 'vagrant' - I added the SSH_PASS 
to the FABRIC dictionary, but it's still asking for the pass.

On Wednesday, December 24, 2014 9:36:44 AM UTC-6, J. Paskaruk wrote:
>
> Just realized I needed to define it in local_settings.py. I added
>
> ALLOWED_HOSTS = []
>
> ?
>
> /home/jimmy/envs/TPH/local/lib/python2.7/site-packages/mezzanine/utils/conf.py:52:
>  
> UserWarning: You haven't defined the ALLOWED_HOSTS settings, which Django 
> 1.5 requires. Will fall back to the domains configured as sites.
>   warn("You haven't defined the ALLOWED_HOSTS settings, which "
> 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 28, in <module>
>     conf["HOSTS"][0]
> IndexError: list index out of range
>
>

-- 
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