From 7ab38392aeefaf6701c78e595764c408f05a7c99 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Fri, 3 Aug 2018 23:05:05 +0530 Subject: fixed host issue --- Scipy2018/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Scipy2018/settings.py') 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 -- cgit