Quick and dirty "what I'm reading" plugin

Posted by: barbara | Date: Nov 22, 2008 | Category: django

(Note: that partner id in the absolute_url below is mine. I won't object if you want to use it, but you might be better off signing up for your own: Powells.com Partner Program)

The model:

 class Book(models.Model): RATING_CHOICES = ( ('1', '1'), ('2', '2'), ('3', '3'), ...

Read More