scripts/stats.py
changeset 2274 1885cda38bb7
parent 2270 543f11d7b0e4
child 2322 98fe07a5542f
equal deleted inserted replaced
2273:e4cb9c53db3e 2274:1885cda38bb7
   390       'getOrgs': getEntities(Organization),
   390       'getOrgs': getEntities(Organization),
   391       'getUsers': getEntities(User),
   391       'getUsers': getEntities(User),
   392       'getStudents': getEntities(Student),
   392       'getStudents': getEntities(Student),
   393       'getMentors': getEntities(Mentor),
   393       'getMentors': getEntities(Mentor),
   394       'getOrgAdmins': getEntities(OrgAdmin),
   394       'getOrgAdmins': getEntities(OrgAdmin),
       
   395       'getStudentProjects': getEntities(StudentProject),
   395       'getProps': getProps,
   396       'getProps': getProps,
   396       'countStudentsWithProposals': countStudentsWithProposals,
   397       'countStudentsWithProposals': countStudentsWithProposals,
   397       'convertProposals': convertProposals,
   398       'convertProposals': convertProposals,
   398       'addFollower': addFollower,
   399       'addFollower': addFollower,
   399       'Organization': Organization,
   400       'Organization': Organization,