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 | 7a9aef6faf46a5f726cb52d2e02de21a49f4c6dc (patch) | |
tree | bd01ac6e4637906a86c17b959d75559a0bc0f5ee | |
parent | 02d3cc84d5b6d9e7279a5e195f070c90ca1bf962 (diff) | |
download | troggle-7a9aef6faf46a5f726cb52d2e02de21a49f4c6dc.tar.gz troggle-7a9aef6faf46a5f726cb52d2e02de21a49f4c6dc.tar.bz2 troggle-7a9aef6faf46a5f726cb52d2e02de21a49f4c6dc.zip |
Add expo.survex.com to ALLOWED_HOSTS in troggle settings
-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'), |