equal
deleted
inserted
replaced
213 'getStudents': getEntities(Student), |
213 'getStudents': getEntities(Student), |
214 'getMentors': getEntities(Mentor), |
214 'getMentors': getEntities(Mentor), |
215 'getOrgAdmins': getEntities(OrgAdmin), |
215 'getOrgAdmins': getEntities(OrgAdmin), |
216 'getProps': getProps, |
216 'getProps': getProps, |
217 'countStudentsWithProposals': countStudentsWithProposals, |
217 'countStudentsWithProposals': countStudentsWithProposals, |
|
218 'Organization': Organization, |
|
219 'User': User, |
|
220 'Student': Student, |
|
221 'Mentor': Mentor, |
|
222 'OrgAdmin': OrgAdmin, |
218 } |
223 } |
219 |
224 |
220 interactive.remote(args, context) |
225 interactive.remote(args, context) |
221 |
226 |
222 if __name__ == '__main__': |
227 if __name__ == '__main__': |