コード例 #1
0
ファイル: post.py プロジェクト: glrh111/read_in_life_api
 def new_post(cls, current_user_id):
     if not current_user_id:
         return None
     return Post.add_post(current_user_id)