As I understand it, I understand that this article contains this command, which should configure the server for your mezzanine-django project:
fab all
I get this error:
Aborting, no hosts defined.
Documents for fabric confuse me in this aspect. I am not sure where / how to change this host.
Thanks friends.
EDIT Related content 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.',]
Run codeHide result
source
share