# django-extensions/django-extensions

This is a repository for collecting global custom management extensions for the Django Framework.

Repository: https://github.com/django-extensions/django-extensions
Canonical: https://ross.abutalabs.com/products/django-extensions
Homepage: https://django-extensions.readthedocs.io
Language: Python
License: MIT
License Family: permissive
Last push: 2026-05-21T12:17:22+00:00

## Health v2 (maintenance only)
Score: 71/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 83, release rhythm 40, longevity 100
- inputs: {"age_days": 6374, "days_push": 104, "days_rel": 510, "gap_med": 2, "n_releases_24m": 2}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 6813, forks 1175 (observed 2026-08-28T04:09:48.794293+00:00)

## What it is
A collection of custom management command extensions for the Django framework, installable via pip and enabled through INSTALLED_APPS. It adds commands like shell_plus, graph_models, show_urls, and validate_templates to streamline Django development.

## Use cases
- generate a graphviz diagram of my Django models
- run an enhanced Django shell with auto-imported models
- list all URL patterns and their view functions
- validate Django templates for rendering errors
- find useful management commands for Django development

## When to choose
- you develop Django projects and want extra management commands without writing them yourself
- you need model visualization or URL introspection for a Django codebase
- you want a richer development shell than the default Django shell

## When to avoid
- your project does not use Django
- you need runtime features rather than development-time tooling
- you want a lightweight dependency in a minimal production deployment

## Facets
- artifact type: library
- maturity: active
- function: developer-tools, cli, documentation, testing
- domain: web-development, developer-tools, backend
- platform: python, cli
- tags: django, management-commands, shell-plus, graph-models, runserver-plus, command-line

## Member repositories
- django-extensions/django-extensions (main) score 71

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:48.794293+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:41:56.012670+00:00, confidence not recorded.
  - readme: https://github.com/django-extensions/django-extensions (fetched 2026-08-28T04:09:48.794293+00:00, sha c3cff66e501a)
  - registry_pypi: https://pypi.org/pypi/django-extensions/json (fetched 2026-08-29T08:38:29.776829+00:00, sha 4b00205329a9)
- Data as of 2026-08-30T08:39:29.467469+00:00.
