move to gunicorn
I didn't manage to get the uwsgi python plugin to work. It complained about unrecognized argument `--module`.
This commit is contained in:
@@ -16,7 +16,7 @@ SECRET_KEY = 'django-insecure-$e2!=equ(efm0e%f9&t+xjtz0)$*$@pw%rnjdqcl8f@5o5hw!l
|
||||
|
||||
DEBUG = _DEBUG
|
||||
|
||||
ALLOWED_HOSTS = []
|
||||
ALLOWED_HOSTS = ["127.0.0.1"]
|
||||
|
||||
INTERNAL_IPS = ["127.0.0.1"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user