From 811b6658511b2480cde2946fc1a3f75653352892 Mon Sep 17 00:00:00 2001 From: Celestino Rey Date: Wed, 12 Mar 2025 12:24:06 +0100 Subject: [PATCH] =?UTF-8?q?A=C3=B1ado=20host=20reymota.es,=20pero=20bien?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/reymota/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reymota/settings.py b/src/reymota/settings.py index 2d30132..7c8b62f 100644 --- a/src/reymota/settings.py +++ b/src/reymota/settings.py @@ -30,7 +30,7 @@ SECRET_KEY = 'django-insecure-vu#zk4g8pj-qoov#8^i$&s8n_ipp2r3h+o$z1w(1%d=6+i@erm # DEBUG = True DEBUG = os.environ["DEBUG"] == 'True' -ALLOWED_HOSTS = [".ocp-cluster.reymota.lab, reymota.es"] +ALLOWED_HOSTS = [".ocp-cluster.reymota.lab", "reymota.es"] # Application definition