コード例 #1
0
ファイル: entities.py プロジェクト: ruishi/udacity-webdev
 def get_author(self):
     user = User.get_by_id(self.author_id)
     return user.username