/django_ratings_sample

sample implementation of djangoratings + jQuery raty

Primary LanguagePython

I built this as an example of using django-ratings combined with the jQuery raty plugin to do quick & easy ratings of models.

Requirements

https://github.com/dcramer/django-ratings

Django 1.3

Installation

First, install django-ratings using pip or easy_install. Next, run python manage.py syncdb in the application's directory to create the tables.

Run it

python manage.py runserver