From 28750a09e9b0bb8090a7cee388c915ff888919c3 Mon Sep 17 00:00:00 2001 From: Joyriver-laptop Date: Tue, 10 Sep 2024 19:22:07 +0900 Subject: [PATCH] =?UTF-8?q?Test:=20Allowed=5FHost=EC=97=90=20ip=20?= =?UTF-8?q?=EC=A3=BC=EC=86=8C=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- KUA/KUA/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KUA/KUA/settings.py b/KUA/KUA/settings.py index fd92f64..316958c 100644 --- a/KUA/KUA/settings.py +++ b/KUA/KUA/settings.py @@ -47,7 +47,7 @@ # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -dS = ['*'] +ALLOWED_HOSTS = ['3.37.163.236', 'localhost', '127.0.0.1'] # default APSCHEDULER_DATETIME_FORMAT = "N j, Y, f:s a"