python3-django-taggit

simple tagging for Django (Python 3)
  https://github.com/jazzband/django-taggit
  0
  no reviews



This is a generic tagging application for Django, which allows association of a number of tags with any Model instance and makes retrieval of tags simple.

django-taggit a simpler approach to tagging with Django. Add "taggit" to your INSTALLED_APPS then just add a TaggableManager to your model.

This package installs the library for Python 3.