Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 591 Bytes

README.rst

File metadata and controls

27 lines (16 loc) · 591 Bytes

django-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-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.