From 9a9b599010f34c3350b78cff3616ee564f92a779 Mon Sep 17 00:00:00 2001 From: Ali Reza Yahyapour Date: Sun, 20 Sep 2020 00:24:23 +0430 Subject: [PATCH] python-decouple added to Python Packages section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ad29883..4992689 100644 --- a/README.md +++ b/README.md @@ -215,6 +215,7 @@ _A short list of Python packages that work well with Django._ - [nplusone](https://github.com/jmcarp/nplusone) - Auto-detect n+1 queries. - [pillow](https://github.com/python-pillow/Pillow) - Python Imaging Library. - [pytest](https://github.com/pytest-dev/pytest/) - Testing framework. +- [python-decouple](https://github.com/henriquebastos/python-decouple) - Strict separation of settings from code. - [python-slugify](https://github.com/un33k/python-slugify) - Returns unicode slugs. - [sentry-python](https://github.com/getsentry/sentry-python) - Error reporting SDK. - [whitenoise](https://github.com/evansd/whitenoise) - Simplified static file serving for Python websites.