From fb2798f27ee8b38dfbf56ca63396fd3d776b3b78 Mon Sep 17 00:00:00 2001 From: Mathieu Dupuy Date: Thu, 27 Apr 2023 23:06:42 +0200 Subject: [PATCH] remove danieljdufour/djenv 29 stars, 0 forks, 13 commits. How could it have been included in the first place? --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index a6a3ff1..6ee624f 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,6 @@ _For a complete listing of all available packages, see [Django Packages](https:/ - [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](https://12factor.net/config). - [django-extra-settings](https://github.com/fabiocaccamo/django-extra-settings) - Config and manage typed extra settings using just the django admin.