From dc71404afad1844ea9b3c960dc7e1f5ef6b8c5bb Mon Sep 17 00:00:00 2001 From: creylopez Date: Wed, 8 Jan 2025 17:14:35 +0000 Subject: [PATCH] =?UTF-8?q?A=C3=B1ado=20reymota.lab=20a=20ALLOWED=5FHOSTS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mysite/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysite/settings.py b/mysite/settings.py index 5f8fa1a..3bcad93 100644 --- a/mysite/settings.py +++ b/mysite/settings.py @@ -25,7 +25,7 @@ SECRET_KEY = 'django-insecure-5@k8%e-(*v+8nb1)dvie3_$$ol=3747i)x^n3%j9pg@9j$=b)_ # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -ALLOWED_HOSTS = [] +ALLOWED_HOSTS = ["djangotutorial-djangotutorial.apps.ocp-cluster.reymota.lab"] # Application definition