From b4c9cf2f8d76ec76ec34051ba239882e6d3f44b8 Mon Sep 17 00:00:00 2001 From: Andreu Vallbona Plazas Date: Sat, 4 Jul 2020 22:17:19 +0200 Subject: [PATCH] add django-summernote add django-summernote --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6745c01..b9e9c3f 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,7 @@ _For a complete listing of all available packages, see [Django Packages](https:/ - [django-widget-tweaks](https://github.com/jazzband/django-widget-tweaks) - Tweak form field rendering in templates. - [django-autocomplete-light](https://github.com/yourlabs/django-autocomplete-light) - Add autocompletion to forms. - [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. ### Logging - [django-guid](https://github.com/JonasKs/django-guid) - Inject a GUID (Correlation-ID) into every log message in a Django request.