Ross ROSS = Recommend OSS · open-source software intelligence for agents

jazzband/django-constance

Dynamic Django settings. observed · 2026-08-28

github.com/jazzband/django-constance · homepage · Python · BSD-3-Clause (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
jazzband/django-constancemain90

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