From d6e76930ed04ed370040aee15da7ed6e2a0dc6dc Mon Sep 17 00:00:00 2001 From: fjrodriguez Date: Thu, 9 Mar 2023 10:23:44 -0600 Subject: [PATCH] DEBUG=False --- Admin/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Admin/settings.py b/Admin/settings.py index 0b89c4d..0d4670d 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