diff options
author | Markus Krogh <markus@nordu.net> | 2017-06-02 14:32:39 +0200 |
---|---|---|
committer | Markus Krogh <markus@nordu.net> | 2017-06-02 14:32:39 +0200 |
commit | be5d914b73a264960770419e1e10d00b5fceb47f (patch) | |
tree | 391171cce91c021359a7b4966485bd679ceee117 /src/pwman/settings.py | |
parent | 934702f61f1cbdbf001ebb598c22c75efa247645 (diff) |
Uwsgi and ready for deployment
Diffstat (limited to 'src/pwman/settings.py')
-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', |