From c4fb34028e92b07cf0ee81f1b2a7111342d02d5f Mon Sep 17 00:00:00 2001 From: Virginia Dooley Date: Tue, 23 Apr 2024 19:58:51 +0100 Subject: [PATCH] Change DEBUG to true to fix design system --- tests/testapp/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = ["*"]