scripts/stats.py
changeset 2089 b8a9691da6e7
parent 2079 086c60aad3d8
child 2090 a07ff1e1bd1f
equal deleted inserted replaced
2088:353d73af0ba6 2089:b8a9691da6e7
   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__':