コード例 #1
0
ファイル: user.py プロジェクト: EliAndrewC/ensconce
 def list(self):
     return render('user/list.html', {'users': operators.list()})