コード例 #1
0
ファイル: stream.py プロジェクト: wangrandk/zookeepr
 def index(self):
     c.can_edit = True
     c.stream_collection = Stream.find_all()
     return render('/stream/list.mako')