summaryrefslogtreecommitdiff
path: root/sbhs_server
diff options
context:
space:
mode:
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",