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-http-requests-debug-toolbar
Add
requests_panelto yourINSTALLED_APPSsetting.Add
requests_panel.panel.RequestsDebugPanelto yourDEBUG_TOOLBAR_PANELS.
All suggestions are welcome.