# django-commons/django-debug-toolbar

A configurable set of panels that display various debug information about the current request/response.

Repository: https://github.com/django-commons/django-debug-toolbar
Canonical: https://ross.abutalabs.com/products/django-debug-toolbar
Homepage: https://django-debug-toolbar.readthedocs.io
Language: Python
License: BSD-3-Clause
License Family: permissive
Last push: 2026-08-25T09:14:41+00:00

## Health v2 (maintenance only)
Score: 95/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 99, release rhythm 86, longevity 100
- inputs: {"age_days": 6579, "days_push": 8, "days_rel": 19, "gap_med": 68.5, "n_releases_24m": 11}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 8379, forks 1102 (observed 2026-08-28T04:10:20.683041+00:00)

## What it is
A configurable set of panels for Django that display debug information about the current request/response, such as SQL queries, timings, and settings. It supports third-party panels and experimental async view support.

## Use cases
- inspect SQL queries executed during a Django request
- profile request/response performance in Django
- debug template rendering and context data
- view Django settings and headers during development
- find N+1 query problems in a Django app

## When to choose
- you develop Django applications and need in-browser request diagnostics
- you want extensible debug panels with community plugins
- you need query and timing insights without leaving the browser

## When to avoid
- you are not using Django
- you need production APM or distributed tracing rather than dev-time debugging
- you need concurrent async request debugging, which is not yet supported

## Facets
- artifact type: library
- maturity: stable
- function: developer-tools, monitoring, logging, middleware
- domain: web-development, developer-tools, backend, performance
- platform: python, cross-platform
- tags: django, debugging, sql-queries, request-inspection, panels, web-server

## Member repositories
- django-commons/django-debug-toolbar (main) score 95

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:10:20.683041+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:27:28.260341+00:00, confidence not recorded.
  - readme: https://github.com/django-commons/django-debug-toolbar (fetched 2026-08-28T04:10:20.683041+00:00, sha e364304e4762)
  - homepage: https://django-debug-toolbar.readthedocs.io (fetched 2026-08-29T08:27:19.906893+00:00, sha ba81cd067a25)
  - registry_pypi: https://pypi.org/pypi/django-debug-toolbar/json (fetched 2026-08-29T08:27:19.915953+00:00, sha 05cd3f840d89)
- Data as of 2026-08-30T08:39:29.467469+00:00.
