コード例 #1
0
ファイル: web.py プロジェクト: westmark/maeve
 def userprofile(self):
   if users.get_current_user():
     return Profile.by_user(users.get_current_user())