diff options
author | expo on server <devnull@localhost> | 2019-06-26 15:23:20 +0100 |
---|---|---|
committer | expo on server <devnull@localhost> | 2019-06-26 15:23:20 +0100 |
commit | c06d37298469d88aed1ba9429d148145a627b711 (patch) | |
tree | bd01ac6e4637906a86c17b959d75559a0bc0f5ee /settings.py | |
parent | 6889ae9fa337c2f7b28e47bfa64ab61507b43eef (diff) | |
download | troggle-c06d37298469d88aed1ba9429d148145a627b711.tar.gz troggle-c06d37298469d88aed1ba9429d148145a627b711.tar.bz2 troggle-c06d37298469d88aed1ba9429d148145a627b711.zip |
Add expo.survex.com to ALLOWED_HOSTS in troggle settings
Diffstat (limited to 'settings.py')
-rw-r--r-- | settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.py b/settings.py index 262b28e..68b5ff1 100644 --- a/settings.py +++ b/settings.py @@ -10,7 +10,7 @@ BASE_DIR = os.path.dirname(os.path.dirname(__file__)) DEBUG = True TEMPLATE_DEBUG = DEBUG -ALLOWED_HOSTS = [] +ALLOWED_HOSTS = [u'expo.survex.com'] ADMINS = ( # ('Your Name', 'your_email@domain.com'), |