aboutsummaryrefslogtreecommitdiffstats
path: root/docs/panels.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/panels.rst
parent4e37f8bd430d30807c56372a372e570fe346c0fb (diff)
downloaddjango-debug-toolbar-6bc2eaa6d629e3626645ca2ac0d7f4673576fd44.tar.bz2
Added the staticfiles panel to the docs.
Diffstat (limited to 'docs/panels.rst')
-rw-r--r--docs/panels.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/panels.rst b/docs/panels.rst
index 9a6d12c..ed7abbf 100644
--- a/docs/panels.rst
+++ b/docs/panels.rst
@@ -63,6 +63,13 @@ Path: ``debug_toolbar.panels.templates.TemplatesPanel``
Templates and context used, and their template paths.
+Static files
+~~~~~~~~~~~~
+
+Path: ``debug_toolbar.panels.staticfiles.StaticFilesPanel``
+
+Used static files and their locations (via the staticfiles finders).
+
Cache
~~~~~