From c3afb7c24cae639e1b726aad6f65691f500c3131 Mon Sep 17 00:00:00 2001 From: Sahej Panag Date: Sat, 20 Apr 2024 15:04:14 -0400 Subject: [PATCH] updating allowed hosts --- backend/peer_notes/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/peer_notes/settings.py b/backend/peer_notes/settings.py index bef179d..095d622 100644 --- a/backend/peer_notes/settings.py +++ b/backend/peer_notes/settings.py @@ -25,7 +25,7 @@ SECRET_KEY = "django-insecure-rh0s*u8$uugtt10cxbifjriaz%@&p1w!)c2=y^undd2*nx5 # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -ALLOWED_HOSTS = ["10.20.4.109", "73.7.29.136", "localhost"] +ALLOWED_HOSTS = ["10.20.4.109", "73.7.29.136", "localhost", "127.0.0.1"] # Application definition