From 9ea8591ba20a37056387b3c24d5899f33a120248 Mon Sep 17 00:00:00 2001 From: Yoan Le Clanche Date: Wed, 16 Jun 2021 10:56:45 +0200 Subject: [PATCH] Add comment about django debug toolbar --- app/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5