AlanKavanagh / django-debug-toolbar-requests

Adds requests debuging information

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django-debug-toolbar-requests

Adds requests debuging information

Setup

Add the following lines to your settings.py:

INSTALLED_APPS = (
    ...
    'requests_toolbar',
    ...
)

DEBUG_TOOLBAR_PANELS = (
    ...
    'requests_toolbar.panels.RequestsDebugPanel',
    ...
)

About

Adds requests debuging information

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 75.8%Language:HTML 24.2%