Skip to content
This repository has been archived by the owner on Mar 2, 2021. It is now read-only.

Latest commit

 

History

History
21 lines (15 loc) · 487 Bytes

README.rst

File metadata and controls

21 lines (15 loc) · 487 Bytes

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