Super simple pagination, WITHOUT using Django's Paginator object
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
So here's my super-simple ...
Read More

