heya, I have a small Django app we're writing to hold reviews of newspaper articles.
With each article, there's an arbitrary number of companies or keywords associated with those articles. And for each of those companies/keywords, there's either a rating (out of 10), or possibly no rating (i.e. Null). I was thinking of using django-tagging to add tags to each article, but I'm not sure how on the best way to extend it to add in the ratings. Should I somehow add a field to the tag model? I have a feeling that's a very broken/improper way of doing things. Or is there a better way of achieving what I want to do within Django? Cheers, Victor -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.