From 6b698a8e832e81269eaa8af32676662709979ad1 Mon Sep 17 00:00:00 2001 From: Alexander Lyabah Date: Sat, 27 Apr 2024 22:03:24 +0300 Subject: [PATCH] :handshake: Add: django-content-settings (#245) * Update README.md * :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 52a39e4..89edb0e 100644 --- a/README.md +++ b/README.md @@ -152,6 +152,7 @@ _For a complete listing of all available packages, see [Django Packages](https:/ - [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. +- [django-content-settings](https://django-content-settings.readthedocs.io/en/latest/) - easily create and manage editable typed variables directly from the Django admin panel. ### Content Management Systems