# jazzband/django-constance

Dynamic Django settings.

Repository: https://github.com/jazzband/django-constance
Canonical: https://ross.abutalabs.com/products/django-constance
Homepage: https://django-constance.readthedocs.io
Language: Python
License: BSD-3-Clause
License Family: permissive
Last push: 2026-08-10T14:08:00+00:00

## Health v2 (maintenance only)
Score: 90/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 97, release rhythm 75, longevity 100
- inputs: {"age_days": 5826, "days_push": 23, "days_rel": 171, "gap_med": 12, "n_releases_24m": 12}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1851, forks 327 (observed 2026-08-28T04:05:44.330333+00:00)

## What it is
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
- artifact type: library
- maturity: stable
- function: configuration-management, caching
- domain: web-development, developer-tools, databases
- platform: python
- tags: django, dynamic-settings, redis, django-admin, live-settings

## Member repositories
- jazzband/django-constance (main) score 90

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:44.330333+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-30T03:16:55.495012+00:00, confidence not recorded.
  - readme: https://github.com/jazzband/django-constance (fetched 2026-08-28T04:05:44.330333+00:00, sha 707bdc3d2db0)
  - registry_pypi: https://pypi.org/pypi/django-constance/json (fetched 2026-08-29T10:56:54.246482+00:00, sha 37466231cd3e)
- Data as of 2026-08-30T08:39:29.467469+00:00.
