"A generic tagging application for Django projects, which allows association of a number of tags with any Model instance and makes retrieval of tags simple."
I have got django-tagging 0.2.1 here:
http://code.google.com/p/django-tagging/
And it don't want to work with Django 0.96. They have written in docs about this issue.
So I have looked at django-taging version 0.1. Also I have added tags cloud to it.
You may get it here:
tagging_01_with_cloud.zip (70 Kb)
Installation: Unpack it to your project directory and add to INSTALLED_APPS.