From 42fef321e959cba0149012efa50eae02345dc759 Mon Sep 17 00:00:00 2001 From: fjrodriguez Date: Wed, 12 Apr 2023 08:09:16 -0600 Subject: [PATCH] Correciones 2 --- Admin/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Admin/settings.py b/Admin/settings.py index decd797..14d896d 100644 --- a/Admin/settings.py +++ b/Admin/settings.py @@ -15,7 +15,7 @@ BASE_DIR = Path(__file__).resolve().parent.parent SECRET_KEY = os.getenv("adminAS_KEY") # SECURITY WARNING: don't run with debug turned on in production! -DEBUG = True +DEBUG = False ALLOWED_HOSTS = ['*'] # Application definition