From 409ed5cfa3716b6231305e78d5963e2cca098aed Mon Sep 17 00:00:00 2001 From: Bryan Gerlach Date: Mon, 14 Apr 2025 21:38:36 -0500 Subject: [PATCH] debug false --- rdgen/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rdgen/settings.py b/rdgen/settings.py index 2b5b90b..35b007e 100644 --- a/rdgen/settings.py +++ b/rdgen/settings.py @@ -32,7 +32,7 @@ MEDIA_ROOT = os.path.join(BASE_DIR, 'media') # SECURITY WARNING: don't run with debug turned on in production! -DEBUG = True +DEBUG = False ALLOWED_HOSTS = ['*'] #CSRF_TRUSTED_ORIGINS = os.getenv('CSRF_TRUSTED_ORIGINS', '').split()