示例#1
0
文件: manager.py 项目: pdiazv/couaa
 def get_current_applications(self):
     applications = ScholarshipApplication.query().fetch(100)
     return applications