]> git.parisson.com Git - teleforma.git/commitdiff
Add comment about django debug toolbar
authorYoan Le Clanche <yoanl@pilotsystems.net>
Wed, 16 Jun 2021 08:56:45 +0000 (10:56 +0200)
committerYoan Le Clanche <yoanl@pilotsystems.net>
Wed, 16 Jun 2021 08:56:45 +0000 (10:56 +0200)
app/settings.py

index af4cae57f97e786a43a0d965d0257e13b692c212..c5a1523b284b6a6b67036c2898c05f18c0364c19 100644 (file)
@@ -14,7 +14,7 @@ DEBUG_ENV = os.environ.get('DEBUG') == 'True'
 DEBUG = DEBUG_ENV
 TEMPLATE_DEBUG = DEBUG
 
-# disable to debug websocket
+# disable to debug websocket and improve performance
 DEBUG_TOOLBAR = False