From 6bc2eaa6d629e3626645ca2ac0d7f4673576fd44 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Mon, 9 Dec 2013 18:07:16 +0100 Subject: Added the staticfiles panel to the docs. --- docs/configuration.rst | 1 + docs/panels.rst | 7 +++++++ 2 files changed, 8 insertions(+) (limited to 'docs') 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', 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 ~~~~~ -- cgit v1.2.3