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:
DatabaseInfo:
Template Tags/Filters Information:
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
-
Update for Django 1.8
-
Add “Template Tags/Filters Information” with a list of all registered template tags/filters
v0.1.0 - 02.02.2015:
First release
donation
links
Forum |
|
IRC |
|
Github |
|
PyPi |
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
Built Distributions
File details
Details for the file django-debug-toolbar-django-info-0.3.0.tar.gz
.
File metadata
- Download URL: django-debug-toolbar-django-info-0.3.0.tar.gz
- Upload date:
- Size: 22.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 999c81453b58f21a035bf978dab19100304a7f85fb56a2074bab456a3460f9dc |
|
MD5 | 0c3a4d94772e1a242e00f663676c5d79 |
|
BLAKE2b-256 | a638bb4559459e52ef10f960b0de8bf3f148273b51faf0d9dba06d35c69e3ffc |
File details
Details for the file django_debug_toolbar_django_info-0.3.0-py3.5.egg
.
File metadata
- Download URL: django_debug_toolbar_django_info-0.3.0-py3.5.egg
- Upload date:
- Size: 8.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9bac19dd8c196a614f972f6a23e3b391bdbcbeebf69af551301114668f97b82e |
|
MD5 | 641577fa817c7881d961e0cd2c708c4d |
|
BLAKE2b-256 | 1a3bccbd189f0fba7cc1106781fed66ce37e7ba33da697b30684218e94e33b7d |
File details
Details for the file django_debug_toolbar_django_info-0.3.0-py2.py3-none-any.whl
.
File metadata
- Download URL: django_debug_toolbar_django_info-0.3.0-py2.py3-none-any.whl
- Upload date:
- Size: 11.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4f825226767403faea36d2bb4d2e4c3ccabb7b230010b8da3bec11adb841d457 |
|
MD5 | c46cc107b66a972fd24f12376c5a35c3 |
|
BLAKE2b-256 | 52ec2ecc8c2b472dd4cbf4e033664de3c286e3f5accf978f09aeb8284bb8635c |