/django-requests-panel

Primary LanguagePythonGNU General Public License v2.0GPL-2.0

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 git+git@github.com: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.