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::
33
33
'debug_toolbar.panels.headers.HeadersPanel',
34
34
'debug_toolbar.panels.request.RequestPanel',
35
35
'debug_toolbar.panels.sql.SQLPanel',
36
+ 'debug_toolbar.panels.staticfiles.StaticFilesPanel',
36
37
'debug_toolbar.panels.templates.TemplatesPanel',
37
38
'debug_toolbar.panels.cache.CachePanel',
38
39
'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``
63
63
64
64
Templates and context used, and their template paths.
65
65
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
+
66
73
Cache
67
74
~~~~~
68
75
You can’t perform that action at this time.
0 commit comments