From: Yoan Le Clanche Date: Mon, 25 Sep 2023 09:36:49 +0000 (+0200) Subject: disable debug toolbar X-Git-Tag: 2.8.1-ae~32^2~2 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=3f53ab102132ef91ec18581e10c3e8be01f9b72d;p=teleforma.git disable debug toolbar --- diff --git a/app/settings.py b/app/settings.py index 5ece2bd5..b5313483 100644 --- a/app/settings.py +++ b/app/settings.py @@ -14,7 +14,7 @@ sys.dont_write_bytecode = True DEBUG = True TEMPLATE_DEBUG = DEBUG -DEBUG_TOOLBAR = True +DEBUG_TOOLBAR = False BASE_DIR = os.path.dirname(os.path.dirname(__file__))