Mentioned new taggit dependency in Readme.md

This commit is contained in:
Marcus Scholz 2020-09-01 22:24:05 +02:00
parent c3eede548c
commit 75f8ac4a95
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ Right now it depends on the following non-core Python 3 libraries. These can be
* [easy-thumbnails](https://github.com/SmileyChris/easy-thumbnails) A powerful, yet easy to implement thumbnailing application for Django 1.11+
* [image](https://github.com/francescortiz/image) Image cropping for django
* [django-widget-tweaks](https://github.com/jazzband/django-widget-tweaks) Tweak the form field rendering in templates, not in python-level form definitions.
* [django-taggit](https://github.com/jazzband/django-taggit) A simpler approach to tagging with Django.
## Development