python3-django-tagging

Generic tagging application for Django projects (Python 3)
  https://github.com/Fantomas42/django-tagging
  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.

Models can be expanded with a new TagField; web templates can easily include tag clouds and dedicated views are available to browse objects by tag.

This is the Python 3 version of the package.