diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/pwman/settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pwman/settings.py b/src/pwman/settings.py index cf7bb69..8d63f92 100644 --- a/src/pwman/settings.py +++ b/src/pwman/settings.py @@ -11,7 +11,7 @@ DATA_DIR = environ.get('DATA_DIR', '/opt/pwman') # See https://docs.djangoproject.com/en/1.11/howto/deployment/checklist/ -ALLOWED_HOSTS = ['crowd.nordu.net', 'pwman.nordu.net', 'localhost'] +ALLOWED_HOSTS = ['crowd.nordu.net', 'pwman.nordu.net', 'localhost', 'uwsgi.pwman.dev'] INSTALLED_APPS = [ 'django.contrib.auth', |