Home

Awesome

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