# HG changeset patch # User Pawel Solyga # Date 1240612471 0 # Node ID 1885cda38bb7306b41a5d90bf0af71201c96f1d5 # Parent e4cb9c53db3eea860c8521f86d35627883c9036b Add getStudentsProjects to context in stats.py script. Patch by: Pawel Solyga diff -r e4cb9c53db3e -r 1885cda38bb7 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,