Django Tagging(RST)
Django Tagging
A generic tagging application for Django projects, which allows association of a number of tags with any Django model instance and makes retrieval of tags simple.
Installation
Installing an official release
Official releases are made available from http://code.google.com/p/django-tagging/
Source distribution
Download the .zip distribution file and unpack it. Inside is a script named setup.py. Enter this command:
python setup.py install
...and the package will install automatically.
Windows installer
A Windows installer is also made available - download the .exe distribution file and launch it to install the application.
An uninstaller will also be created, accessible through Add/Remove Programs in your Control Panel.