]> git.parisson.com Git - teleforma.git/commitdiff
disable debug toolbar
authorYoan Le Clanche <yoanl@pilotsystems.net>
Mon, 25 Sep 2023 09:36:49 +0000 (11:36 +0200)
committerYoan Le Clanche <yoanl@pilotsystems.net>
Mon, 25 Sep 2023 09:36:49 +0000 (11:36 +0200)
app/settings.py

index 5ece2bd59799b592e0c1860305336187b1e4a7ac..b5313483fa206890fc63163a146d15d3e1bde180 100644 (file)
@@ -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__))