django-djconfig

DjConfig is a Django app for storing dynamic configurations.


Keywords
config, django, django-application, django-framework, python
License
MIT
Install
pip install django-djconfig==0.6.0

Documentation

DjConfig

Build Status Coverage Status pypi licence

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