From 3a9a28f5c0afa345ccb431e026836c2d00f4783d Mon Sep 17 00:00:00 2001 From: Will Vincent Date: Wed, 30 Sep 2020 19:28:09 -0400 Subject: [PATCH] add note on Supporting Django --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8cae266..c85c377 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,9 @@ # Awesome Django -> A curated list of awesome things related to Django. +> A curated list of awesome things related to Django. Maintained by [William Vincent](https://github.com/wsvincent) and [Jeff Triplett](https://github.com/jefftriplett). + +Please consider supporting Django by making a donation to the [Django Software Foundation](https://www.djangoproject.com/fundraising/), sponsoring via [GitHub Sponsors](https://github.com/sponsors/django), or buying [official merchandise](https://django.threadless.com/). ## Contents @@ -139,7 +141,7 @@ _For a complete listing of all available packages, see [Django Packages](https:/ - [django-shapeshifter](https://github.com/kennethlove/django-shapeshifter) - A CBV to handle multiple forms in one view. - [django-summernote](https://github.com/summernote/django-summernote) - Summernote is a simple WYSIWYG editor. -### General +### General - [django-filter](https://github.com/carltongibson/django-filter) - Powerful filters based on Django QuerySets. - [django-guardian](https://github.com/django-guardian/django-guardian) - Per object permissions in Django. - [django-sql-explorer](https://github.com/groveco/django-sql-explorer) - Share data via SQL queries.