Contents

django-debug-toolbar 6.2.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: 8349, Watchers: 8349, Forks: 1074, Open Issues: 84

The django-commons/django-debug-toolbar repo was created 17 years ago and the last code push was Yesterday.
The project is extremely popular with a mindblowing 8349 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
None
PyPi:
https://pypi.org/project/django-debug-toolbar/
Documentation:
https://django-debug-toolbar.readthedocs.io/
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 84 open issues on GitHub

  • Bump the github-actions group across 1 directory with 7 updates
  • [pre-commit.ci] pre-commit autoupdate
  • Add docker compose support
  • SQL panel freezes or crashes when queries contain large IN clauses (e.g., thousands of UUIDs)
  • SQL panel freezes or crashes with large IN clauses
  • Add graceful degradation for large SQL queries
  • Download prof files
  • Modernize some panel styles and colors
  • Add announcement to docs: Django Debug Toolbar logo & branding redesign call
  • remove requirement_dev.txt from project
  • Use shadow dom to render the toolbar
  • Feature/task panel
  • Binary parameter handling for GeoDjango
  • Download profiling results

See more issues on GitHub

Related Packages & Articles

bugsnag 4.8.1

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.