Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(1) | Call(1) | Derive(0) | Import(0)
src/g/e/geraldo-HEAD/site/newsite/site-geraldo/gae_blog/views.py geraldo(Download)
def entry_index(request): _posts = Entry.all().filter('published =', True) _posts.order('-pub_date') _posts = list(_posts)