jazzband/django-constance
Dynamic Django settings. observed · 2026-08-28
Health v2 · maintenance only
90/100
- Activity 97
- Release rhythm 75
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 12
- age_days: 5826
- days_rel: 171
- days_push: 23
- n_releases_24m: 12
Adoption not part of the score
1851 stars · 327 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
django-constance is a Django app for storing dynamic, runtime-editable settings in pluggable backends such as Redis or the Django database. It integrates with the Django admin so settings can be changed live without redeploying the application.
Use cases
- change feature flags or settings at runtime without redeploying Django
- store editable application configuration in Redis or the database
- manage live settings through the Django admin interface
- share configuration across multiple Django workers or instances
- override hardcoded settings.py values with database-backed values
When to choose
- you run Django and need settings editable at runtime via the admin
- you want pluggable backends (Redis, database) for application configuration
- you need configuration shared consistently across multiple app instances
When to avoid
- your settings never change after deployment (plain settings.py suffices)
- you are not using Django
- you need distributed feature-flag tooling with targeting rules rather than simple key-value settings
Facets
library · maturity stable
configuration-management caching web-development developer-tools databases python django dynamic-settings redis django-admin live-settings
2 sources
- readme: https://github.com/jazzband/django-constance · fetched 2026-08-28 · 707bdc3d2db0
- registry_pypi: https://pypi.org/pypi/django-constance/json · fetched 2026-08-29 · 37466231cd3e
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| jazzband/django-constance | main | 90 |
For agents
markdown · JSON · MCP: product_card(name="jazzband/django-constance")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem