Source: python-django-tagging Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: Raphael Hertzog , David Spreen Standards-Version: 3.7.3 Build-Depends: debhelper (>= 5.0.37.2), python-dev, cdbs (>= 0.4.42) Build-Depends-Indep: python-support (>= 0.3), python-docutils Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-django-tagging/trunk/ Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/python-django-tagging/trunk/?op=log Homepage: http://code.google.com/p/django-tagging/ Package: python-django-tagging Architecture: all Depends: ${python:Depends}, python-django (>= 1.0~beta1) Priority: optional Description: A generic tagging application for Django projects 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.