diff --git a/tests/testapp/settings.py b/tests/testapp/settings.py index 7781389..663449e 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 = True +DEBUG = False ALLOWED_HOSTS = ["*"]