예제 #1
0
파일: web.py 프로젝트: westmark/maeve
 def userprofile(self):
   if users.get_current_user():
     return Profile.by_user(users.get_current_user())