Paketname | python-django-debug-toolbar |
Beschreibung | Embedded debugging toolbar for Django projects |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.8.3-2 |
Sektion | python |
Priorität | optional |
Installierte Größe | 271 Byte |
Hängt ab von | python, python-support (>= 0.90.0), python-django (>= 1.0), libjs-jquery |
Empfohlene Pakete | python-pygments |
Paketbetreuer | Chris Lamb |
Quelle | |
Paketgröße | 62702 Byte |
Prüfsumme MD5 | 763012a5018848b0b73577a224204bc4 |
Prüfsumme SHA1 | 4cfb36ac29a02db10d2ca9e19d7000100826df37 |
Prüfsumme SHA256 | 0b46bcf4535aff1fad9eb1a0108a3d2cf639a148832d80aaf79921860a03c1e0 |
Link zum Herunterladen | python-django-debug-toolbar_0.8.3-2_all.deb |
Ausführliche Beschreibung | The Django Debug Toolbar is a plug-in Django application that displays a set
of panels which conveys information about the current request at the top of the
rendered page. It can show:
.
* Total time taken to process request
* Request variables, including GET, POST, cookie, and session information.
* All SQL queries performed during response creation and processing,
including timing and 'EXPLAIN' output for each query in conjunction with
the total time spent performing SQL queries. If python-pygments is
installed, the SQL syntax is highlighted.
* Current Django version
* HTTP headers
* Total requests, time, hits and misses of the cache.
* Which templates were rendered the context provided to each template.
|