A modern debugging dashboard that lives at its own URL. Track requests, SQL queries, logs, and exceptions — without touching your templates.
A complete observability toolkit that works silently in the background.
Every HTTP request logged with method, path, status code, duration, and full headers. See exactly what's happening in your app.
Automatic detection of slow queries and N+1 problems. See every database call with timing and stack traces.
All Python logs captured automatically. Filter by level, search messages, and trace logs back to specific requests.
Full tracebacks with context. Never lose track of an error — even if you closed the browser tab.
All events for a single request linked together. See the queries, logs, and exceptions for any request.
Just add the middleware and you're done. Works out of the box with any Django project.
A different approach to Django debugging.
| Feature | Debug Toolbar | Django Orbit |
|---|---|---|
| Injects into DOM | Yes ❌ | No ✅ |
| Works with APIs/JSON | No ❌ | Yes ✅ |
| Works with SPAs | Limited ❌ | Full ✅ |
| Persistent history | No ❌ | Yes ✅ |
| Separate dashboard | No ❌ | Yes ✅ |
| Modern UI | Basic | ✨ Space-themed |
Up and running in less than 5 minutes. Just add the package and a few lines of config.
Join developers who debug smarter, not harder.