Files
edx-platform/lms
Tobias Macey 675f5e97b1 Updated compute_grades command for Django 1.8
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.
2016-09-28 15:22:30 -04:00
..
2016-09-12 12:10:03 -04:00
2016-08-03 12:44:41 -04:00
2016-08-30 13:51:41 -04:00

LMS (Learning Management System)
--------------------------------

This directory contains code relating to the student portal for edX.