]> git.parisson.com Git - teleforma.git/commitdiff
Set DEBUG_TOOLBAR to False
authorYoan Le Clanche <yoanl@pilotsystems.net>
Wed, 12 Jan 2022 16:06:33 +0000 (17:06 +0100)
committerYoan Le Clanche <yoanl@pilotsystems.net>
Wed, 12 Jan 2022 16:06:33 +0000 (17:06 +0100)
app/local_settings.py
app/settings.py

index fcab949f77ef8b299008f2b5fc4bc0dbea5d344a..7ef9b870371a1fd154f186d3f5f1fc1cd80365b8 100644 (file)
@@ -1,3 +1,6 @@
+
+DEBUG_TOOLBAR = True
+
 EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
 # EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
 # EMAIL_HOST = 'smtp.pilotsystems.net'
index 63825f7343167d2bca2124aa20f230630bcf1a9f..d34b56de0706afd09f90a7e4a2f694c770414e8b 100644 (file)
@@ -18,7 +18,7 @@ TEMPLATE_DEBUG = DEBUG
 RECOVERY = True
 
 # disable to debug websocket and improve performance
-DEBUG_TOOLBAR = True
+DEBUG_TOOLBAR = False
 
 
 BASE_DIR = os.path.dirname(os.path.dirname(__file__))