A Django Debug Toolbar panel for Requests
Django Requests Debug Toolbar tracks all HTTP requests made with the popular requests library.
Install using pip:
pip install django-requests-debug-toolbar
Add
requests_panel
to yourINSTALLED_APPS
setting.Add
requests_panel.panel.RequestsDebugPanel
to yourDEBUG_TOOLBAR_PANELS
.
All suggestions are welcome.