From 1bec0303b81a775526c43887493ec569598c2249 Mon Sep 17 00:00:00 2001 From: Flook Date: Tue, 28 Apr 2026 16:26:52 +0700 Subject: [PATCH] chore: test ci/cd with new runner and fixed gateway config --- core/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/core/settings.py b/core/settings.py index 9ec0713..4a9b7bb 100644 --- a/core/settings.py +++ b/core/settings.py @@ -32,6 +32,7 @@ ALLOWED_HOSTS = [ "lms-admin.panmodel.com", "api.panmodel.com", "127.0.0.1", + "localhost", ] # Application definition