django-voting

A generic voting application for Django
Download

django-voting Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT/X Consortium Lic...
  • Price:
  • FREE
  • Publisher Name:
  • Jonathan Buchanan
  • Publisher web site:
  • http://code.google.com/u/jonathan.buchanan/

django-voting Tags


django-voting Description

A generic voting application for Django django-voting is a Django plugin based on the voting application in Jacob Kaplan Moss' CheeseRater project, which kindly makes available its source code.The original code had:* registering votes against any Model instance.* retrieval of the score for an object.* retrieval of top and bottom-rated objects for a particular Model. This application adds:* the ability to clear votes.* a template tag library.* a generic view for wiring up voting for a Model: GET requests result in a confirmation page, POST requests submit votes.* a generic view for voting using XMLHttpRequest - as a bonus, if the non-XMLHttpRequest generic view detects that a request was made via XMLHttpRequest, it will automatically use this view to process the request, which makes it trivial to progressively enhance your project with XMLHttpRequest-based voting.Use this command to check out the latest source:svn checkout http://django-voting.googlecode.com/svn/trunk/voting/The latest version of this application's documentation, in reStructuredText format, is always available in its overview.txt file. Requirements: · Python · Django


django-voting Related Software