From 68e9725e79aa467908f3539fb5e4f55fe9d6166a Mon Sep 17 00:00:00 2001 From: Acid Date: Sat, 28 Feb 2026 19:18:09 -0500 Subject: [PATCH] dockploy fixed --- mysite/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysite/settings.py b/mysite/settings.py index 015b3bd..2f9e42e 100644 --- a/mysite/settings.py +++ b/mysite/settings.py @@ -26,7 +26,7 @@ load_dotenv() SECRET_KEY = os.getenv('DJANGO_KEY') # SECURITY WARNING: don't run with debug turned on in production! -DEBUG = True +DEBUG = False # Allow hosts from env, otherwise fall back to common local/dev hosts. ALLOWED_HOSTS = [