django-debug-toolbar
Package — Web AuthPython 3.7+Intermediate
Debugging panel for Django: SQL queries, templates, signals
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- Django, sqlparse
- Install
pip install django-debug-toolbar
Learn by Difficulty
Quick Example
python
# Install: pip install django-debug-toolbar import django_debug_toolbar # Basic django-debug-toolbar usage print(f"Using django-debug-toolbar") # See documentation for detailed examples
django-debug-toolbar is a third-party package. Debugging panel for Django: SQL queries, templates, signals. Install with: pip install django-debug-toolbar
Try in PlaygroundTags
packagewebauthenticationmiddleware