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

Template Tags/Filters Information:

screenshot Template 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',
    'django_info_panel.panels.template.TemplateInfo',
]

INSTALLED_APPS = [
    ...
    'django_info_panel'
]

compatibility

Tested in these combination:

django-info

django-debug-toolbar

Django

v0.1.0-v0.2.0

v1.2.2

v1.7.4

changelog

  • v0.2.0 - 10.02.2015

    • Add “Template Tags/Filters Information” with a list of all registered template tags/filters

  • v0.1.0 - 02.02.2015:

    • First release

donation

Project details


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-debug-toolbar-django-info-0.2.0.tar.gz.

File metadata

File hashes

Hashes for django-debug-toolbar-django-info-0.2.0.tar.gz
Algorithm Hash digest
SHA256 54aa56f0c8234b12711857065df27e4dbcbb8a5bc9c548000be4a8c4176b6ff0
MD5 b85b9a6814fe890d0b7d5cb23faa8173
BLAKE2b-256 fbd0848490565c19964a64ad05ebdf1f537f60f1a0fba4d15cf381446b5a02a2

See more details on using hashes here.

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