File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff 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',
Original file line number Diff line number Diff line change @@ -63,6 +63,13 @@ Path: ``debug_toolbar.panels.templates.TemplatesPanel``
6363
6464Templates 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+
6673Cache
6774~~~~~
6875
You can’t perform that action at this time.
0 commit comments