Installation¶
Basic Install¶
With Extras¶
django-query-doctor has optional dependencies for enhanced functionality:
Requirements¶
| Dependency | Version |
|---|---|
| Python | >= 3.10 |
| Django | >= 4.2 (tested up to 6.0) |
No other dependencies are required for the base install.
Verify Installation¶
Add to Django¶
Tip
You don't need to add the middleware right away. You can start with just the management commands and add the middleware later when you want real-time analysis.
Next Steps¶
- Quick Start — Get running in 2 minutes
- Configuration — Customize behavior