summaryrefslogtreecommitdiff
path: root/sbhs_server/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'sbhs_server/settings.py')
-rw-r--r--sbhs_server/settings.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/sbhs_server/settings.py b/sbhs_server/settings.py
index 5fa1e99..ca3d133 100644
--- a/sbhs_server/settings.py
+++ b/sbhs_server/settings.py
@@ -29,7 +29,10 @@ DEBUG = not is_production
TEMPLATE_DEBUG = not is_production
-ALLOWED_HOSTS = []
+ALLOWED_HOSTS = [
+ "localhost",
+ "127.0.0.1",
+]
if not DEBUG:
ALLOWED_HOSTS = [