Add acceptedStudentsCSVExport function to stats.py script.
commita9bdc77998d606b960a89aa16a71c77ced186f60
authorPawel Solyga <Pawel.Solyga@gmail.com>
Mon, 18 May 2009 12:05:38 +0000 (18 14:05 +0200)
committerPawel Solyga <Pawel.Solyga@gmail.com>
Mon, 18 May 2009 12:05:38 +0000 (18 14:05 +0200)
tree2050120f904c3464d6b155e9a9f3f85ead24b5b1
parent5b19fb2ae6fb9bdb0c2dbf421896d9dae67b7720
Add acceptedStudentsCSVExport function to stats.py script.

This funtion is used to generate CSV with all accepted students. It still needs some work and I left TODOs there. I also added helper function for saving data to CSV, which can be reused for other kinds of reports.
scripts/stats.py