aboutsummaryrefslogtreecommitdiffstats
path: root/docs/configuration.rst
diff options
context:
space:
mode:
authorAymeric Augustin2013-12-14 12:47:28 -0800
committerAymeric Augustin2013-12-14 12:47:28 -0800
commitdbed3e7c72f930c285f17206879f6bd1d46f67a1 (patch)
tree317b063328fab25298262db1e7ae81ad50282a4a /docs/configuration.rst
parent59e4931d5880ed24cb49734e81c7ed538c98fa45 (diff)
parentbdbe57d6e13241f852860336f55bca0d88bd4384 (diff)
downloaddjango-debug-toolbar-dbed3e7c72f930c285f17206879f6bd1d46f67a1.tar.bz2
Merge pull request #494 from django-debug-toolbar/staticfiles
Added staticfiles panel class.
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',