Skip to main content

django-info panel for django-debug-toolbar

Project description

Django-Info is a panel for Django Debug Toolbar to display these informations:

  • UrlPatternsInfo:

    • List all urls: “module / function name”, “url name”, “url / regex”

  • DatabaseInfo:

    • backend information

    • app/model info

    • existing database table names

Most source code parts are from: PyLucid ‘show internals’ plugin.

screenshots

UrlPatternsInfo:

screenshot URL-Patterns info

DatabaseInfo:

screenshot Database info

install

Install via pip, e.g.:

$ pip install django-debug-toolbar-django-info

Add to your settings.py, e.g.:

# http://django-debug-toolbar.readthedocs.org/en/latest/configuration.html#debug-toolbar-panels
DEBUG_TOOLBAR_PANELS = [
    ...
    'django_info_panel.panels.database.DatabaseInfo',
    'django_info_panel.panels.urlpatterns.UrlPatternsInfo',
]

INSTALLED_APPS = [
    ...
    'django_info_panel'
]

compatibility

Tested in these combination:

django-info

django-debug-toolbar

Django

v0.1.0

v1.2.2

v1.7.4

changelog

  • v0.1.0 - 02.02.2012:

    • First release

donation

Project details


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