예제 #1
0
파일: feed.py 프로젝트: emi420/sotsiaal
 def items(self, obj):
     return Story.all().filter('author =', obj).filter('karma >', 0).order('-karma')[:15]
예제 #2
0
파일: feed.py 프로젝트: emi420/sotsiaal
 def items(self):
     return Story.all().filter('karma >', 0).order('-karma')[:15]