Ejemplo n.º 1
0
 def items(self, obj):
     return Story.all().filter('author =', obj).filter('karma >', 0).order('-karma')[:15]
Ejemplo n.º 2
0
 def items(self):
     return Story.all().filter('karma >', 0).order('-karma')[:15]