Problems deploying mezzanine fabric

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
+4
source share
1 answer

The following is an example of host configuration in the Mezzanine Deployment documentation ( http://mezzanine.jupo.org/docs/deployment.html#configuration )

0
source

Source: https://habr.com/ru/post/1570419/


All Articles