From 263218ed9eff886538cc6e1b965d4219932eaa6f Mon Sep 17 00:00:00 2001 From: infidel Date: Thu, 24 Nov 2022 21:58:36 +0700 Subject: [PATCH] Allow ocp url --- wgweb/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wgweb/settings.py b/wgweb/settings.py index 35844f56..591f97dd 100644 --- a/wgweb/settings.py +++ b/wgweb/settings.py @@ -25,7 +25,7 @@ SECRET_KEY = 'django-insecure-n(+d-xz5933rr363)v31jcdl^+#ab23&s317uxek+d*-_d6q99 # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -ALLOWED_HOSTS = ["192.168.10.2", "127.0.0.1", "localhost:8000", "localhost:5000"] +ALLOWED_HOSTS = ["192.168.10.2", "127.0.0.1", "localhost:8000", "localhost:5000", "wg-django-backend-ma-wg.apps-crc.testing"] # Application definition