From 3e0dc2a3dfca2309cd25a7943cf6d02fc0581f79 Mon Sep 17 00:00:00 2001 From: Gonzalo Baez Date: Sat, 15 Jun 2024 20:49:23 -0300 Subject: [PATCH] Modifico el DEBUG de settings.py --- vetsoft/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vetsoft/settings.py b/vetsoft/settings.py index 01bd7fa0..fac03651 100644 --- a/vetsoft/settings.py +++ b/vetsoft/settings.py @@ -23,7 +23,7 @@ SECRET_KEY = "django-insecure-p)^5i@33!)v)l7*c#q)%j(g5d+**-yo%)6l*vg!gs_w-e=^_ig" # SECURITY WARNING: don't run with debug turned on in production! -DEBUG = True +DEBUG = False ALLOWED_HOSTS = ['vet-soft-1-4.onrender.com','100.20.92.101','44.225.181.72','44.227.217.144','127.0.0.1']