示例#1
0
文件: web.py 项目: westmark/maeve
 def userprofile(self):
   if users.get_current_user():
     return Profile.by_user(users.get_current_user())