Example #1
0
 def index(self):
     c.can_edit = True
     c.stream_collection = Stream.find_all()
     return render('/stream/list.mako')