jazzband/django-configurations
A helper for organizing Django project settings by relying on well established programming patterns. observed · 2026-08-28
Health v2 · maintenance only
48/100
- Activity 57
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5156
- days_rel: n/a
- days_push: 261
- n_releases_24m: 0
Adoption not part of the score
1134 stars · 143 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
django-configurations is a Python library that helps organize Django project settings using composable, object-oriented configuration classes instead of plain settings modules. It integrates with Django's settings loading via environment variables or management command options.
Use cases
- organize django settings with class inheritance
- manage dev vs production django configuration
- load django settings from environment variables
- share common settings across django environments
- avoid duplicating settings across django settings modules
When to choose
- you maintain a Django project with complex or environment-specific settings
- you want class-based inheritance and composition for Django settings
- you need URL-based values for caches, databases, email, or search backends
When to avoid
- your Django project has simple settings that don't need structuring
- you already use a settings solution like django-environ and are happy with it
- you're not using Django
Facets
library · maturity stable
configuration-management developer-tools web-development backend developer-tools python cross-platform django settings class-based-configuration environment-variables
2 sources
- readme: https://github.com/jazzband/django-configurations · fetched 2026-08-28 · 41a5c8192d10
- registry_pypi: https://pypi.org/pypi/django-configurations/json · fetched 2026-08-29 · 9451e3d11a17
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| jazzband/django-configurations | main | 48 |
For agents
markdown · JSON · MCP: product_card(name="jazzband/django-configurations")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem