An open API service indexing awesome lists of open source software.

https://github.com/redsolution/django-generic-ratings

This application provides rating functionality to a Django project. (forked from https://bitbucket.org/frankban/django-generic-ratings)
https://github.com/redsolution/django-generic-ratings

Last synced: 10 months ago
JSON representation

This application provides rating functionality to a Django project. (forked from https://bitbucket.org/frankban/django-generic-ratings)

Awesome Lists containing this project

README

          

Django Generic Ratings
======================

This application provides rating functionality to a Django project.

You can handle scores and number of votes for each content type
without adding additional fields to your models.

Different vote types can be associated to a single content object, and you
can write rules and business logic in a customized rating handler describing
how a model instance can be voted.

This app provides *jQuery* based widgets, useful for increasing the voting
experience of users (e.g.: slider rating, star rating).

The source code for this app is hosted on
https://bitbucket.org/frankban/django-generic-ratings/src

**Documentation** is avaliable `online `_
and in the docs directory of the project.