1

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:
2024-01-13 17:40:12 +02:00
parent c291c5e0c9
commit af7647dd95
2 changed files with 11 additions and 19 deletions

View File

@@ -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"]