From 146807806855a836239dbf1cf3a80c0ff5bccf90 Mon Sep 17 00:00:00 2001 From: creylopez Date: Thu, 9 Jan 2025 07:20:24 +0000 Subject: [PATCH] Allowed hosts para todo lo de reymota.lab --- mysite/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysite/settings.py b/mysite/settings.py index 82fdb1f..5fdb0d4 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 = ["djangotutorial-djangotutorial.apps.ocp-cluster.reymota.lab"] +ALLOWED_HOSTS = [".ocp-cluster.reymota.lab"] # Application definition