django-djconfig

Dynamic configuration made easy

MIT License

Downloads
999
Stars
32
Committers
4

DjConfig

djconfig is a library to define dynamic global settings that can be set within a regular django form and edited within django's admin panel, or a custom regular view.

How it works

Set the config values using a regular form. Those values are persisted in the database (one per row) and stored in an in-memory cache for later access.

Compatibility

  • Python +3.8
  • Django 3.2 LTS, 4.2 LTS

Documentation

Read The Docs

License

MIT

Package Rankings
Top 7.87% on Pypi.org
Badges
Extracted from project README
Build Status Coverage Status pypi licence
Related Projects