diff options
author | coderick14 | 2017-05-19 18:24:06 +0530 |
---|---|---|
committer | coderick14 | 2017-05-19 18:24:06 +0530 |
commit | 6cbcd3dc63774e6feed3a95be798d2c60c992137 (patch) | |
tree | 42e2602abdbbc03c73e81ec3c976699af0ea2a8c /sbhs_server/settings.py | |
parent | f6621a4dc6cc0a7fb502af7df67e52fbadaf1842 (diff) | |
download | SBHS-2018-Rpi-6cbcd3dc63774e6feed3a95be798d2c60c992137.tar.gz SBHS-2018-Rpi-6cbcd3dc63774e6feed3a95be798d2c60c992137.tar.bz2 SBHS-2018-Rpi-6cbcd3dc63774e6feed3a95be798d2c60c992137.zip |
Conduct test experiment through server
Diffstat (limited to 'sbhs_server/settings.py')
-rw-r--r-- | sbhs_server/settings.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sbhs_server/settings.py b/sbhs_server/settings.py index 5fa1e99..ca3d133 100644 --- a/sbhs_server/settings.py +++ b/sbhs_server/settings.py @@ -29,7 +29,10 @@ DEBUG = not is_production TEMPLATE_DEBUG = not is_production -ALLOWED_HOSTS = [] +ALLOWED_HOSTS = [ + "localhost", + "127.0.0.1", +] if not DEBUG: ALLOWED_HOSTS = [ |