From: Yoan Le Clanche Date: Wed, 16 Jun 2021 08:56:45 +0000 (+0200) Subject: Add comment about django debug toolbar X-Git-Tag: 2.1~66^2^2~20^2 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=9ea8591ba20a37056387b3c24d5899f33a120248;p=teleforma.git Add comment about django debug toolbar --- diff --git a/app/settings.py b/app/settings.py index af4cae57..c5a1523b 100644 --- a/app/settings.py +++ b/app/settings.py @@ -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