aboutsummaryrefslogtreecommitdiffstats
path: root/docs/configuration.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/configuration.rst')
-rw-r--r--docs/configuration.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/configuration.rst b/docs/configuration.rst
index 88226cd..8ad9087 100644
--- a/docs/configuration.rst
+++ b/docs/configuration.rst
@@ -57,6 +57,13 @@ toolbar itself, others are specific to some panels.
Toolbar options
~~~~~~~~~~~~~~~
+* ``DEFAULT_DISABLED_PANELS``
+
+ Default: ``set(['debug_toolbar.panels.redirects.RedirectsPanel'])``
+
+ This setting is a set of the full Python paths to each panel that you
+ want disabled (but still displayed) by default.
+
* ``INSERT_BEFORE``
Default: ``'</body>'``