[google-appengine] Re: ### What is the best way for paginating a list of records? ###

2009-03-11 Thread Dan Sanderson
http://code.google.com/appengine/articles/paging.html -- Dan On Wed, Mar 11, 2009 at 2:00 PM, Let Delete My Apps < davide.rogn...@gmail.com> wrote: > > What is the best way for paginating a list of records? > > See "30. Object pagination" > http://www.djangoproject.com/documentation/models/pagina

[google-appengine] Re: ### What is the best way for paginating a list of records? ###

2009-03-11 Thread Let Delete My Apps
Thanks :-) Now I can not "Rate your post" with 5 stars, why? . . . On Mar 11, 10:04 pm, Dan Sanderson wrote: > http://code.google.com/appengine/articles/paging.html > -- Dan > > On Wed, Mar 11, 2009 at 2:00 PM, Let Delete My Apps < > > davide.rogn...@gmail.com> wrote: > > > What is the best way

[google-appengine] Re: ### What is the best way for paginating a list of records? ###

2009-03-12 Thread Let Delete My Apps
I read "How-To Do Paging on App Engine" and I think it is a complex approach (low level code). I would high level code: query.fetch(1, offset=1001) . . . On Mar 11, 10:04 pm, Dan Sanderson wrote: > http://code.google.com/appengine/articles/paging.html > -- Dan > > On Wed, Mar 11, 2009 at 2:00 PM