diff --git a/tests/testapp/settings.py b/tests/testapp/settings.py index 663449e..7781389 100644 --- a/tests/testapp/settings.py +++ b/tests/testapp/settings.py @@ -24,7 +24,7 @@ SECRET_KEY = "testing_only_s#=1z=a46wziq#k+@$3_xtt*t*rm5rk)gq3*-tw67+-%z6-x0^" # SECURITY WARNING: don't run with debug turned on in production! -DEBUG = False +DEBUG = True ALLOWED_HOSTS = ["*"]