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