Ajax
Implementing CNN Style Votes In Django, Episode II
Monday, April 2nd, 2007Now that we have voting implemented, see Implementing CNN Style Votes In Django, Episode I, it would be usefull to add a mechanism for displaying the voted on items just as easily. This functionality again exists on my www.joosthot.com site, just look at the top right where i use this code to select the [...]
Implementing CNN style votes in Django, Episode I
Monday, April 2nd, 2007Lets say you want to allow people to vote on items within your Django project. These items could be anything, in any coimbination, etc… This is relatively simple once you have the right pieces in place. I implemented this functionality recently on my www.joosthot.com site.
Requirements
Voting may be implemented on any page.
Acty of voting does not [...]