summaryrefslogtreecommitdiff
path: root/Scipy2018/settings.py
diff options
context:
space:
mode:
authorprashantsinalkar2018-08-03 23:05:05 +0530
committerprashantsinalkar2018-08-03 23:05:05 +0530
commit7ab38392aeefaf6701c78e595764c408f05a7c99 (patch)
tree05ce5ad67c9ed6e56670676ff4cdea8dab3a8b5f /Scipy2018/settings.py
parentac289783ae1ee7f6a96a84c56a7393ff872151a3 (diff)
downloadSciPy2018-7ab38392aeefaf6701c78e595764c408f05a7c99.tar.gz
SciPy2018-7ab38392aeefaf6701c78e595764c408f05a7c99.tar.bz2
SciPy2018-7ab38392aeefaf6701c78e595764c408f05a7c99.zip
fixed host issue
Diffstat (limited to 'Scipy2018/settings.py')
-rw-r--r--Scipy2018/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Scipy2018/settings.py b/Scipy2018/settings.py
index cf5faf4..3b7fea0 100644
--- a/Scipy2018/settings.py
+++ b/Scipy2018/settings.py
@@ -27,7 +27,7 @@ SECRET_KEY = '(-ch5+l^7w4zd3*f*qjg_pg#)=l3=g-&8+wfecl&a01a%kg)up'
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = DEBUG_VAL
-ALLOWED_HOSTS = []
+ALLOWED_HOSTS = ['localhost', '192.168.0.101']
# Application definition