aboutsummaryrefslogtreecommitdiffstats
path: root/docs/configuration.rst
diff options
context:
space:
mode:
authorJannis Leidel2013-12-09 18:07:16 +0100
committerJannis Leidel2013-12-09 18:07:16 +0100
commit6bc2eaa6d629e3626645ca2ac0d7f4673576fd44 (patch)
tree6626354fbb660f9abff62c553d344e389d100d56 /docs/configuration.rst
parent4e37f8bd430d30807c56372a372e570fe346c0fb (diff)
downloaddjango-debug-toolbar-6bc2eaa6d629e3626645ca2ac0d7f4673576fd44.tar.bz2
Added the staticfiles panel to the docs.
Diffstat (limited to 'docs/configuration.rst')
-rw-r--r--docs/configuration.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/configuration.rst b/docs/configuration.rst
index b0a67b1..88226cd 100644
--- a/docs/configuration.rst
+++ b/docs/configuration.rst
@@ -33,6 +33,7 @@ setting. The default value is::
'debug_toolbar.panels.headers.HeadersPanel',
'debug_toolbar.panels.request.RequestPanel',
'debug_toolbar.panels.sql.SQLPanel',
+ 'debug_toolbar.panels.staticfiles.StaticFilesPanel',
'debug_toolbar.panels.templates.TemplatesPanel',
'debug_toolbar.panels.cache.CachePanel',
'debug_toolbar.panels.signals.SignalsPanel',