Super simple pagination, WITHOUT using Django's Paginator object

Posted by: barbara | Date: Sep 25, 2008 | Category: django python
Once again, I've been struggling with pagination. It's not that I don't like Django's Paginator object ... it's that ... well, okay, I don't like it. Anyway, I just needed something painfully simple for this site, and Paginator seemed a little like overkill.

So here's my super-simple ...

Read More