As I think I understand it, fabric contains this command which is supposed to configure a server for your mezzanine-django project:
fab all
I get this error:
Aborting, no hosts defined.
The docs for fabric are confusing for me on this aspect. I'm not sure where/how to edit this hosts option.
Thanks, friends.
EDIT Relevant contents of settings.py
# Hosts/domain names that are valid for this site; required if DEBUG is False
# See https://docs.djangoproject.com/en/1.5/ref/settings/#allowed-hosts
ALLOWED_HOSTS = ['.domain.com','.domain.com.',]