Skip to content

Commit 6bc2eaa

Browse files
committed
Added the staticfiles panel to the docs.
1 parent 4e37f8b commit 6bc2eaa

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docs/configuration.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ setting. The default value is::
3333
'debug_toolbar.panels.headers.HeadersPanel',
3434
'debug_toolbar.panels.request.RequestPanel',
3535
'debug_toolbar.panels.sql.SQLPanel',
36+
'debug_toolbar.panels.staticfiles.StaticFilesPanel',
3637
'debug_toolbar.panels.templates.TemplatesPanel',
3738
'debug_toolbar.panels.cache.CachePanel',
3839
'debug_toolbar.panels.signals.SignalsPanel',

docs/panels.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,13 @@ Path: ``debug_toolbar.panels.templates.TemplatesPanel``
6363

6464
Templates and context used, and their template paths.
6565

66+
Static files
67+
~~~~~~~~~~~~
68+
69+
Path: ``debug_toolbar.panels.staticfiles.StaticFilesPanel``
70+
71+
Used static files and their locations (via the staticfiles finders).
72+
6673
Cache
6774
~~~~~
6875

0 commit comments

Comments
 (0)