python-django-taggit

Simple tagging for Django (Python 2)
  https://github.com/alex/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 2.