Contents

django-debug-toolbar 4.3.0

0

A configurable set of panels that display various debug information about the current request/respon

A configurable set of panels that display various debug information about the current request/response.

Stars: 7891, Watchers: 7891, Forks: 1018, Open Issues: 75

The jazzband/django-debug-toolbar repo was created 15 years ago and the last code push was Yesterday.
The project is extremely popular with a mindblowing 7891 github stars!

How to Install django-debug-toolbar

You can install django-debug-toolbar using pip

pip install django-debug-toolbar

or add it to a project with poetry

poetry add django-debug-toolbar

Package Details

Author
Rob Hudson
License
BSD-3-Clause
Homepage
PyPi:
https://pypi.org/project/django-debug-toolbar/
GitHub Repo:
https://github.com/jazzband/django-debug-toolbar

Classifiers

  • Software Development/Libraries/Python Modules
No  django-debug-toolbar  pypi packages just yet.

Errors

A list of common django-debug-toolbar errors.

Code Examples

Here are some django-debug-toolbar code examples and snippets.

GitHub Issues

The django-debug-toolbar package has 75 open issues on GitHub

  • Cache panel causes very slow page loads
  • adding a green flash to new rows in the history table on refresh
  • Adding Update on ajax feature
  • Support auto-refresh of the history panel
  • Dynamic code coverage percentage
  • merging a 3rd party package into django-debug-toolbar
  • Support serializable toolbar
  • Some SQL queries make debug toolbar rendering very slow
  • Extremely long request time when RedirectsPanel is disabled
  • adding support to view file from stacktraces
  • show error forms with details
  • handling the case if return_value is None in get_many
  • CachePanel: monkeypatch Django's caches across sys.modules
  • Disable Logging panel when DEBUG is set to False to prevent memory leaks
  • Error debugging GeoDjango queries

See more issues on GitHub

Related Packages & Articles

bugsnag 4.6.2

Automatic error monitoring for django, flask, etc.

django-cors-middleware 1.5.0

django-cors-middleware is a Django application for handling the server headers required for Cross-Origin Resource Sharing (CORS). Fork of django-cors-headers.