The django-tagging app provides basic tagging functionality. I need each tag also to have properties (category, description, etc.), basically a related table. What\'s your r
With a tag instance you can look up the model instance to learn the category, description, etc. You could even tag the metadata instance with the tag if you find that makes things easier.