From bd00c9967bd6b2ca18c3921c871e67697630ac7e Mon Sep 17 00:00:00 2001 From: Curtis Maloney Date: Tue, 2 Jan 2024 13:03:26 +1100 Subject: [PATCH] :handshake: Add django-classy-settings (#243) * Add django-classy-settings * :pencil: Update README.md --------- Co-authored-by: Jeff Triplett --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 91f00a5..2f5e6a1 100644 --- a/README.md +++ b/README.md @@ -145,6 +145,7 @@ _For a complete listing of all available packages, see [Django Packages](https:/ - [django-extra-settings](https://github.com/fabiocaccamo/django-extra-settings) - Config and manage typed extra settings using just the django admin. - [environs](https://github.com/sloria/environs) - Simplified environment variable parsing that comes with a [Django helper](https://github.com/sloria/environs#usage-with-django) that installs additional packages. +- [django-classy-settings](https://github.com/funkybob/django-classy-settings) - Class based settings to keep your environments in order, with easy access to typed environment variables. ### Content Management Systems