[ 源代码: python-django-debug-toolbar ]
软件包:python3-django-debug-toolbar(1:1.9.1-1)
python3-django-debug-toolbar 的相关链接
Debian 的资源:
下载源码包 python-django-debug-toolbar:
- [python-django-debug-toolbar_1.9.1-1.dsc]
- [python-django-debug-toolbar_1.9.1.orig.tar.gz]
- [python-django-debug-toolbar_1.9.1-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Embedded debugging toolbar for Django projects (Python 3 version)
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.
This package contains the Python 3 version.
其他与 python3-django-debug-toolbar 有关的软件包
|
|
|
|
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-django
- High-level Python web development framework (Python 3 version)
-
- dep: python3-sqlparse (>= 0.2.0)
- non-validating SQL parser for Python 3
-
- rec: python3-pygments
- syntax highlighting package written in Python 3
-
- sug: libjs-jquery
- JavaScript library for dynamic web applications
-
- sug: python-django-debug-toolbar-doc
- Embedded debugging toolbar for Django projects (documentation)