예제 #1
0
파일: user.py 프로젝트: valleram/web_blog
 def get_blogs(self):
     return Blog.find_by_author(self._id)
예제 #2
0
 def get_blogs(self):
     return Blog.find_by_author(self._id)  # returns blogs for the bl