diff options
Diffstat (limited to 'docs/panels.rst')
| -rw-r--r-- | docs/panels.rst | 7 | 
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  ~~~~~ | 
