changeset 2274 | 1885cda38bb7 |
parent 2270 | 543f11d7b0e4 |
child 2322 | 98fe07a5542f |
--- a/scripts/stats.py Fri Apr 24 14:16:00 2009 +0000 +++ b/scripts/stats.py Fri Apr 24 22:34:31 2009 +0000 @@ -392,6 +392,7 @@ 'getStudents': getEntities(Student), 'getMentors': getEntities(Mentor), 'getOrgAdmins': getEntities(OrgAdmin), + 'getStudentProjects': getEntities(StudentProject), 'getProps': getProps, 'countStudentsWithProposals': countStudentsWithProposals, 'convertProposals': convertProposals,