summaryrefslogtreecommitdiff
path: root/sbhs_server
diff options
context:
space:
mode:
authorsriyasainath2017-06-23 00:37:58 +0530
committersriyasainath2017-06-23 00:37:58 +0530
commit470fc4aa20fc68fd0d3ef5c94768a39f3623765c (patch)
tree47be7cbdd5574a0444d6615fa739aa6f821d73c0 /sbhs_server
parent3f8f040616c65b26e256a7fa404ce74520722c56 (diff)
downloadSBHS-2018-Rpi-470fc4aa20fc68fd0d3ef5c94768a39f3623765c.tar.gz
SBHS-2018-Rpi-470fc4aa20fc68fd0d3ef5c94768a39f3623765c.tar.bz2
SBHS-2018-Rpi-470fc4aa20fc68fd0d3ef5c94768a39f3623765c.zip
Add docstrings for the project.
Diffstat (limited to 'sbhs_server')
-rw-r--r--sbhs_server/settings.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/sbhs_server/settings.py b/sbhs_server/settings.py
index 4e9873f..ba6a19e 100644
--- a/sbhs_server/settings.py
+++ b/sbhs_server/settings.py
@@ -32,6 +32,8 @@ DEBUG = not is_production
TEMPLATE_DEBUG = not is_production
+#IPs allowed to host the server
+
ALLOWED_HOSTS = [
"localhost",
"127.0.0.1",