Skip to content

gtnx/django-requests-panel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Requests Panel

https://travis-ci.org/gtnx/django-requests-panel.svg?branch=master

A Django Debug Toolbar panel for requests

About

This is a panel for Django Debug Toolbar 1.x that displays info about http requests made with the requests and requests_futures libraries.

Installation

Install using pip:

pip install django-requests-panel

or install the development version from source:

pip install [email protected]:gtnx/django-requests-panel.git

Usage

Add requests_panel to your INSTALLED_APPS so that we can find the templates in the panel.

Add requests_panel.panels.RequestsDebugPanel to your DEBUG_TOOLBAR_PANELS.

Testing

Run tests using nose & coverage:

nosetests --with-coverage --cover-package requests_panel .

License

Uses the GNU GPL license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published