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