From e3c0d8862adbfa900f8ca836a63ee43185fbbe4f Mon Sep 17 00:00:00 2001 From: Bruno Rocha Date: Fri, 24 Sep 2021 16:30:15 +0100 Subject: [PATCH] Add Dynaconf https://www.dynaconf.com/django/ --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b7b00db..badb31f 100644 --- a/README.md +++ b/README.md @@ -124,6 +124,7 @@ _For a complete listing of all available packages, see [Django Packages](https:/ - [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. - [djenv](https://github.com/danieljdufour/djenv) - Load Django settings from environmental variables. - [django-configurations](https://github.com/jazzband/django-configurations) - eases Django project configuration by relying on the composability of Python classes and following principles of [the twelve-factor app](https://12factor.net/config). +- [dynaconf](https://www.dynaconf.com/django/) - Dynaconf loads django settings from multiple sources (multiple file formats, env vars, redis, vault, etcd), manages secrets and allows for different merging strategies all following [the twelve-factor app](https://12factor.net/config). ### Content Management Systems