/django-requests-debug-toolbar

A Django Debug Toolbar panel for Requests

Primary LanguagePythonMIT LicenseMIT

django-http-requests-debug-toolbar

A Django Debug Toolbar panel for Requests

About

Django Requests Debug Toolbar tracks all HTTP requests made with the popular requests library.

Usage

  1. Install using pip:

    pip install django-http-requests-debug-toolbar
    
  2. Add requests_panel to your INSTALLED_APPS setting.

  3. Add requests_panel.panel.RequestsDebugPanel to your DEBUG_TOOLBAR_PANELS.

Contributing

All suggestions are welcome.