summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorprashantsinalkar2018-08-06 12:29:14 +0530
committerprashantsinalkar2018-08-06 12:29:14 +0530
commit7db8cfb600cf58378f8c33ae5427c5fca96092c4 (patch)
tree23f3787516648eb63ac7dc050b7301cf97621fe7
parentd7eeccad2c6c1eab0c0da6a31e8b335b80bf3c02 (diff)
downloadSciPy2018-7db8cfb600cf58378f8c33ae5427c5fca96092c4.tar.gz
SciPy2018-7db8cfb600cf58378f8c33ae5427c5fca96092c4.tar.bz2
SciPy2018-7db8cfb600cf58378f8c33ae5427c5fca96092c4.zip
added new settings
-rw-r--r--Scipy2018/settings.py4
1 files 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',