as far as I know, rating only works with submitting a comment. you could probably change this by hacking the comment-manipulator. nevertheless, since ratings are stored in the comments-table, you get the wrong numbers when you do "comment_count". for what you want to do I´d suggest to write your own rating-system and use the comment-framework for comments only.
patrick Am 24.10.2006 um 21:43 schrieb Rob Hudson: > > I've been looking at this as well. It appears that the ratings and > comments are tied together and must be submitted together. Is this > true? I'd like a user to submit a comment along OR rate it OR both. > Is that possible? > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---

