summaryrefslogtreecommitdiff
path: root/R_on_Cloud
diff options
context:
space:
mode:
authorprashantsinalkar2019-07-10 15:44:07 +0530
committerprashantsinalkar2019-07-10 15:44:07 +0530
commit61ead19efb90ad5c12e8ecc3e3f786d8b49d3c86 (patch)
tree0efcf07f2f28c4789259f6ec164091e4e1408721 /R_on_Cloud
parent33e20ae86f544b583d37cefc090ec7ff8165ecfa (diff)
downloadR_on_Cloud_Web_Interface-61ead19efb90ad5c12e8ecc3e3f786d8b49d3c86.tar.gz
R_on_Cloud_Web_Interface-61ead19efb90ad5c12e8ecc3e3f786d8b49d3c86.tar.bz2
R_on_Cloud_Web_Interface-61ead19efb90ad5c12e8ecc3e3f786d8b49d3c86.zip
updated settings
Diffstat (limited to 'R_on_Cloud')
-rw-r--r--R_on_Cloud/settings.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/R_on_Cloud/settings.py b/R_on_Cloud/settings.py
index f245582..cf9de2d 100644
--- a/R_on_Cloud/settings.py
+++ b/R_on_Cloud/settings.py
@@ -27,7 +27,7 @@ SECRET_KEY = SECRET_KEY_STRING
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
-ALLOWED_HOSTS = []
+ALLOWED_HOSTS = ALLOWED_HOST_IP
# Application definition
@@ -39,6 +39,7 @@ INSTALLED_APPS = [
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
+ 'website',
]
MIDDLEWARE = [