views:

93

answers:

2

Anyone have sugestion or example on how displaying Google Datastore records table with pagination on Google App Engine django template? Something like Gmail pagination.

A: 

This page probably answers your question: http://code.google.com/appengine/articles/paging.html

dar
Thanks Dar, i will try this example
Ivan Slaughter
A: 

For anyone else looking for simple pagination in Google App Engine try:

http://appengine-cookbook.appspot.com/recipe/simple-pagination-djangocorepaginator/

esryl