django-debug-toolbar 4.4.6
0
A configurable set of panels that display various debug information about the current request/respon
Contents
A configurable set of panels that display various debug information about the current request/response.
Stars: 8075, Watchers: 8075, Forks: 1048, Open Issues: 66The jazzband/django-debug-toolbar
repo was created 16 years ago and the last code push was 5 days ago.
The project is extremely popular with a mindblowing 8075 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/
- GitHub Repo:
- https://github.com/jazzband/django-debug-toolbar
Classifiers
- Software Development/Libraries/Python Modules
Related Packages
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 66 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