Simple jQuery django-ratings implementation
After having to implement ratings in a project last week, I decided to throw together a little sample project on github in case anyone else wants to use it. The rating stars themselves come from the jQuery raty plugin, and the model for storage uses django-ratings. Get it here.
-
shawnwall posted this