コード例 #1
0
ファイル: attachment.py プロジェクト: dante159753/MyRoute
 def get_all():
     return Attachment.objects()
コード例 #2
0
ファイル: attachment.py プロジェクト: dante159753/MyRoute
 def get(attach_id):
     return Attachment.objects(id=attach_id).first()