From 7db8cfb600cf58378f8c33ae5427c5fca96092c4 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Mon, 6 Aug 2018 12:29:14 +0530 Subject: added new settings --- Scipy2018/settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Scipy2018/settings.py b/Scipy2018/settings.py index 3b7fea0..84f9a24 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 = ['localhost', '192.168.0.101'] +ALLOWED_HOSTS = ALLOWED_HOSTS_VAL # Application definition @@ -53,7 +53,7 @@ MIDDLEWARE = [ ] ROOT_URLCONF = 'Scipy2018.urls' -ROOT_URL = 'http://127.0.0.1:8000' +ROOT_URL = ROOT_URL_VAL TEMPLATES = [ { 'BACKEND': 'django.template.backends.django.DjangoTemplates', -- cgit