From 62ac82ec2ec22d92b55f892cb3d6749ee3a83e66 Mon Sep 17 00:00:00 2001 From: Bryan Gerlach Date: Mon, 14 Apr 2025 08:05:22 -0500 Subject: [PATCH] debug --- rdgen/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rdgen/settings.py b/rdgen/settings.py index 35b007e..2b5b90b 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 = False +DEBUG = True ALLOWED_HOSTS = ['*'] #CSRF_TRUSTED_ORIGINS = os.getenv('CSRF_TRUSTED_ORIGINS', '').split()