DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamepython-django-debug-toolbar
BeschreibungEmbedded debugging toolbar for Django projects
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (universe)
Version0.8.1+git200911272145-1
Sektionuniverse/python
Prioritätoptional
Installierte Größe452 Byte
Hängt ab vonpython-support (>= 0.90.0), python-django (>= 1.0), libjs-jquery
Empfohlene Paketepython-pygments
PaketbetreuerUbuntu Developers
Quelle
Paketgröße60472 Byte
Prüfsumme MD528e485d16db67e51478a28de168c430e
Prüfsumme SHA1164ca779085e89f8c5a6f582bc268517e92015f4
Prüfsumme SHA256a2fb0203764d2b82eb65a8003bb73b153c152b5c917e7b2b764b510ea109bd52
Link zum Herunterladenpython-django-debug-toolbar_0.8.1+git200911272145-1_all.
Ausführliche BeschreibungThe 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.


Impressum
Linux is a registered trademark of Linus Torvalds