Re: Django voting with jellyrool

2008-04-26 Thread Chatchai Neanudorn
*Sorry for confusing,my English is bad also. The problem is django-voting is not provide templatetags to access vote for particular object. Instead it provide templatetags to access only template context variable (Correct me if I'm wrong). See bebow, score_for_object Retrieves

Re: Django voting with jellyrool

2008-04-26 Thread [EMAIL PROTECTED]
What exactly is your problem? Is latest_items empty in the template? On Apr 26, 2:10 am, chatchai <[EMAIL PROTECTED]> wrote: > Hi all, > > I use a modified version ofhttp://jellyroll.googlecode.com/by adding > my own models into follow list (jellyrool.models.Item).  For example, > >

Django voting with jellyrool

2008-04-26 Thread chatchai
Hi all, I use a modified version of http://jellyroll.googlecode.com/ by adding my own models into follow list (jellyrool.models.Item). For example, Item.objects.follow_model(Post) After that, I added django-voting (http://django- voting.googlecode.com/) to my application list. The problem