From 9bdd5f32b002b8c36de303cca3996ef33a9e4247 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0ar=C5=ABnas=20Nejus?= Date: Sat, 5 Sep 2020 22:54:41 +0100 Subject: [PATCH] Add django-configurations --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bbd8262..ad29883 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,7 @@ _For a complete listing of all available packages, see [Django Packages](https:/ - [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). ### Content Management Systems