* Package name : python-django-debug-toolbar
Upstream Author : Rob Hudson <r...@cogit8.org>
* URL : http://github.com/robhudson/django-debug-toolbar
* License : BSD
Programming Lang: Python
Description : Embedded debugging toolbar for Django projects
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.
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` la...@debian.org
`-
On Sat, 27 Sep 2008, Chris Lamb wrote:
> Package: wnpp
> Severity: wishlist
> Owner: Chris Lamb <la...@debian.org>
>
> * Package name : python-django-debug-toolbar
> Upstream Author : Rob Hudson <r...@cogit8.org>
> * URL : http://github.com/robhudson/django-debug-toolbar
> * License : BSD
> Programming Lang: Python
> Description : Embedded debugging toolbar for Django projects
Do you plan to maintain the various Django related packages in the
python-modules team ?
Cheers,
--
Raphaël Hertzog
Le best-seller français mis à jour pour Debian Etch :
http://www.ouaza.com/livre/admin-debian/
--
To UNSUBSCRIBE, email to debian-bugs-...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org
Well, I'm maintaining like you several Django related packages
(python-django itself, python-django-registration, python-django-tagging)
and it would be nice if we could co-maintain all those packages in the same
repository. Currently this repository is python-modules's SVN repo.