A Django Debug Toolbar panel for requests
Project description
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-requests-panel-0.4.1.tar.gz
.
File metadata
- Download URL: django-requests-panel-0.4.1.tar.gz
- Upload date:
- Size: 10.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0a15a0119afbd552894b64e88f9e60971087af5682a042d1b8c44ee272a30cb9 |
|
MD5 | 3b3dd6440eeda759467469b8e2fbc9fb |
|
BLAKE2b-256 | 34d2002a35aa139f1c467aba6f0ce3a70e18be76e45b277ac00d1e49b99a6f61 |