Pagination: it's not pretty, but it works

Posted by: barbara | Date: Jul 30, 2008 | Updated: Sep 09, 2008 | Category: django
I wanted a simpler solution than django-pagination. Django-pagination looks easy to implement, particularly thanks to Eric Florenzano's stellar screencast, but the actual installation process isn't very well-documented. Besides, I wanted something that didn't require installing a lot of outside code, and I sure don't want to have ...

Read More