From 980cb76aaea2fee09039e294e0ea1c992b8a5b6b Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Wed, 4 Dec 2019 19:30:27 +0100 Subject: [PATCH] settings: improve tests runtime by turning DEBUG off (#38067) --- bijoe/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bijoe/settings.py b/bijoe/settings.py index 45bb96c..91dac42 100644 --- a/bijoe/settings.py +++ b/bijoe/settings.py @@ -42,7 +42,7 @@ BASE_DIR = os.path.dirname(os.path.dirname(__file__)) SECRET_KEY = '-4h1(4b!p-8)or!_!iw%&e89+$6(_yf#b^2e+=fc$e2)+h16m6' # SECURITY WARNING: don't run with debug turned on in production! -DEBUG = True +DEBUG = False ALLOWED_HOSTS = []