Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nitely/django-djconfig
:gear: Dynamic configuration made easy
https://github.com/nitely/django-djconfig
config django django-application django-framework python
Last synced: about 1 month ago
JSON representation
:gear: Dynamic configuration made easy
- Host: GitHub
- URL: https://github.com/nitely/django-djconfig
- Owner: nitely
- License: mit
- Created: 2014-03-30T19:24:33.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-04-05T22:39:21.000Z (over 1 year ago)
- Last Synced: 2024-09-28T16:23:09.088Z (about 2 months ago)
- Topics: config, django, django-application, django-framework, python
- Language: Python
- Homepage: http://django-djconfig.readthedocs.org
- Size: 133 KB
- Stars: 32
- Watchers: 5
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- License: LICENSE
Awesome Lists containing this project
README
# DjConfig
[![Build Status](https://img.shields.io/github/actions/workflow/status/nitely/django-djconfig/ci.yml?branch=master&style=flat-square)](https://github.com/nitely/django-djconfig/actions?query=workflow%3ACI)
[![Coverage Status](https://img.shields.io/coveralls/nitely/django-djconfig.svg?style=flat-square)](https://coveralls.io/r/nitely/django-djconfig)
[![pypi](https://img.shields.io/pypi/v/django-djconfig.svg?style=flat-square)](https://pypi.python.org/pypi/django-djconfig)
[![licence](https://img.shields.io/pypi/l/django-djconfig.svg?style=flat-square)](https://raw.githubusercontent.com/nitely/django-djconfig/master/LICENSE)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](http://django-djconfig.readthedocs.org)
## License
MIT