Group-IB / django-requests-debug-toolbar

A Django Debug Toolbar panel for Requests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A Django Debug Toolbar panel for Requests

License:MIT License


Languages

Language:Python 51.6%Language:HTML 37.4%Language:JavaScript 11.0%