I'm working on a small project that required pagination.
I found the pagination article on the app engine site[1], and it was helpful. But when I was done implementing the approach described, I was left with an extra layer of complication, ugly urls, and not even a 'previous page' link.