add django-constance

add django-constance
This commit is contained in:
Andreu Vallbona Plazas 2020-07-04 22:14:09 +02:00 committed by GitHub
parent f025108b06
commit 0765605abb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -96,6 +96,7 @@ _For a complete listing of all available packages, see [Django Packages](https:/
- [confidential](https://github.com/candidco/confidential) - Manage configs and secrets (with CLI support). - [confidential](https://github.com/candidco/confidential) - Manage configs and secrets (with CLI support).
- [django-environ](https://github.com/joke2k/django-environ) - Environment variables. - [django-environ](https://github.com/joke2k/django-environ) - Environment variables.
- [django-split-settings](https://github.com/sobolevn/django-split-settings) - Organize multiple settings files. - [django-split-settings](https://github.com/sobolevn/django-split-settings) - Organize multiple settings files.
- [django-constance](https://github.com/jazzband/django-constance) - A Django app for storing dynamic settings in pluggable backends (Redis and Django model backend built in) with an integration with the Django admin app.
### Content Management Systems ### Content Management Systems
- [wagtail](https://github.com/wagtail/wagtail) - Popular Django content management system (CMS). See [awesome-wagtail](https://github.com/springload/awesome-wagtail) too. - [wagtail](https://github.com/wagtail/wagtail) - Popular Django content management system (CMS). See [awesome-wagtail](https://github.com/springload/awesome-wagtail) too.