From f8dd23c00bb2f265ddf6b088987fe679e146e6ef Mon Sep 17 00:00:00 2001 From: Jeff Triplett Date: Fri, 24 Sep 2021 12:32:47 -0500 Subject: [PATCH] :pencil: Disables check on 12 factor auth --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d5ca8e6..95647df 100644 --- a/README.md +++ b/README.md @@ -118,13 +118,15 @@ _For a complete listing of all available packages, see [Django Packages](https:/ - [django-liquidb](https://github.com/Gusakovskiy/django-liquidb) - Django application to simplify migration management and changes in states of db scheme. ### Configuration + - [confidential](https://github.com/candidco/confidential) - Manage configs and secrets (with CLI support). - [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-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. +- [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