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)
- Host: GitHub
- URL: https://github.com/redsolution/django-generic-ratings
- Owner: redsolution
- License: mit
- Created: 2011-07-12T08:12:59.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2016-01-26T12:11:42.000Z (about 10 years ago)
- Last Synced: 2025-03-23T06:41:29.028Z (11 months ago)
- Language: Python
- Homepage: http://readthedocs.org/projects/django-generic-ratings/
- Size: 397 KB
- Stars: 7
- Watchers: 11
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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.