-
Updated `compute_grades` command for Django 1.8 · 675f5e97
The interface for custom management commands changed in Django 1.8 which caused the `compute_grades` command to stop working. In order to fix it I added an `add_arguments` method for specifying the accepted arguments and updated the command to allow for passing a list of courses to run the `offline_grade_calculation` against.
Tobias Macey committed