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
2010-03-30 13:34:28
Thanks Dar, i will try this example
Ivan Slaughter
2010-03-30 22:50:59
A:
For anyone else looking for simple pagination in Google App Engine try:
http://appengine-cookbook.appspot.com/recipe/simple-pagination-djangocorepaginator/
esryl
2010-10-11 13:42:55