1
0
forked from shaytan/rdgen
This commit is contained in:
Bryan Gerlach
2025-04-14 08:05:22 -05:00
parent fc239ef7b5
commit 62ac82ec2e

View File

@@ -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()