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.3.0

v1.4

v1.8

v0.1.0-v0.2.0

v1.2.2

v1.7.4

changelog

  • 08.07.2016 - v0.3.0:

    • Update for Django 1.8

  • 10.02.2015 - v0.2.0:

    • 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

Built Distributions

django_debug_toolbar_django_info-0.3.0-py2.py3-none-any.whl (11.1 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file django-debug-toolbar-django-info-0.3.0.tar.gz.

File metadata

File hashes

Hashes for django-debug-toolbar-django-info-0.3.0.tar.gz
Algorithm Hash digest
SHA256 999c81453b58f21a035bf978dab19100304a7f85fb56a2074bab456a3460f9dc
MD5 0c3a4d94772e1a242e00f663676c5d79
BLAKE2b-256 a638bb4559459e52ef10f960b0de8bf3f148273b51faf0d9dba06d35c69e3ffc

See more details on using hashes here.

File details

Details for the file django_debug_toolbar_django_info-0.3.0-py3.5.egg.

File metadata

File hashes

Hashes for django_debug_toolbar_django_info-0.3.0-py3.5.egg
Algorithm Hash digest
SHA256 9bac19dd8c196a614f972f6a23e3b391bdbcbeebf69af551301114668f97b82e
MD5 641577fa817c7881d961e0cd2c708c4d
BLAKE2b-256 1a3bccbd189f0fba7cc1106781fed66ce37e7ba33da697b30684218e94e33b7d

See more details on using hashes here.

File details

Details for the file django_debug_toolbar_django_info-0.3.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for django_debug_toolbar_django_info-0.3.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 4f825226767403faea36d2bb4d2e4c3ccabb7b230010b8da3bec11adb841d457
MD5 c46cc107b66a972fd24f12376c5a35c3
BLAKE2b-256 52ec2ecc8c2b472dd4cbf4e033664de3c286e3f5accf978f09aeb8284bb8635c

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