NDB分页器
项目描述
## Google Appengine NDB分页器(分页)
这是为Google Appengine NDB设计的分页器,它将游标缓存到memcache中。
## 示例
在https://github.com/vmihailenco/ndbpager-example/中有Flask的示例:- https://github.com/vmihailenco/ndbpager-example/tree/master/app/blog/views.py - https://github.com/vmihailenco/ndbpager-example/tree/master/app/blog/templates/pager.html - https://github.com/vmihailenco/ndbpager-example/tree/master/app/blog/templates/blog/article_list.html