From 44c1fbf12e92ba9c29a8a6322db17809ce6bd860 Mon Sep 17 00:00:00 2001 From: fjrodriguez Date: Tue, 18 Apr 2023 09:55:22 -0600 Subject: [PATCH] rerun register --- Admin/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Admin/settings.py b/Admin/settings.py index 9f8a2c0..5c813c8 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