示例#1
0
文件: Deck.py 项目: anil/wikicards
 def index(self):
     c.decks = Deck.all().filter("show =", True)
     return render('/show_decks.mako')