@@ -152,27 +152,6 @@ using Brendan Gregg's `flamegraph.pl script
152
152
<https://github.com/brendangregg/FlameGraph/flamegraph.pl> `_ to perform the
153
153
heavy lifting.
154
154
155
- HTML Tidy/Validator
156
- ~~~~~~~~~~~~~~~~~~~
157
-
158
- URL: https://github.com/joymax/django-dtpanel-htmltidy
159
-
160
- Path: ``debug_toolbar_htmltidy.panels.HTMLTidyDebugPanel ``
161
-
162
- HTML Tidy or HTML Validator is a custom panel that validates your HTML and
163
- displays warnings and errors.
164
-
165
- Inspector
166
- ~~~~~~~~~
167
-
168
- URL: https://github.com/santiagobasulto/debug-inspector-panel
169
-
170
- Path: ``inspector_panel.panels.inspector.InspectorPanel ``
171
-
172
- Retrieves and displays information you specify using the ``debug `` statement.
173
- Inspector panel also logs to the console by default, but may be instructed not
174
- to.
175
-
176
155
LDAP Tracing
177
156
~~~~~~~~~~~~
178
157
@@ -276,18 +255,6 @@ Path: ``requests_panel.panel.RequestsDebugPanel``
276
255
277
256
Lists HTTP requests made with the popular `requests <https://requests.readthedocs.io/ >`_ library.
278
257
279
- Sites
280
- ~~~~~
281
-
282
- URL: https://github.com/elvard/django-sites-toolbar
283
-
284
- Path: ``sites_toolbar.panels.SitesDebugPanel ``
285
-
286
- Browse Sites registered in ``django.contrib.sites `` and switch between them.
287
- Useful to debug project when you use `django-dynamicsites
288
- <https://bitbucket.org/uysrc/django-dynamicsites/src> `_ which sets SITE_ID
289
- dynamically.
290
-
291
258
Template Profiler
292
259
~~~~~~~~~~~~~~~~~
293
260
@@ -308,15 +275,6 @@ Path: ``template_timings_panel.panels.TemplateTimings.TemplateTimings``
308
275
309
276
Displays template rendering times for your Django application.
310
277
311
- User
312
- ~~~~
313
-
314
- URL: https://github.com/playfire/django-debug-toolbar-user-panel
315
-
316
- Path: ``debug_toolbar_user_panel.panels.UserPanel ``
317
-
318
- Easily switch between logged in users, see properties of current user.
319
-
320
278
VCS Info
321
279
~~~~~~~~
322
280
0 commit comments