Add getStudentsProjects to context in stats.py script.
authorPawel Solyga <Pawel.Solyga@gmail.com>
Fri, 24 Apr 2009 22:34:31 +0000
changeset 2274 1885cda38bb7
parent 2273 e4cb9c53db3e
child 2275 030d014792c5
Add getStudentsProjects to context in stats.py script. Patch by: Pawel Solyga
scripts/stats.py
--- 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,