Skip to main content

A Django Debug Toolbar panel for requests

None

Project description

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.

Project details

None

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-requests-panel-0.4.1.tar.gz (10.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page