Skip to content

Group-IB/django-requests-debug-toolbar

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 51.6%
  • HTML 37.4%
  • JavaScript 11.0%