nitely / django-djconfig

:gear: Dynamic configuration made easy
http://django-djconfig.readthedocs.org
MIT License
32 stars 5 forks source link
config django django-application django-framework python

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

Documentation

Read The Docs

License

MIT