Files
edx-platform/lms
Kyle McCormick 2c572e1b59 Add new ProgramCourseEnrollment uniqueness constriant (#21463)
ProgramCourseEnrollments were already unique on
(program_enrollment, course_enrollment) by nature of the
OneToOneField on course_enrollment. However, this only
affects realized enrollments. For waiting enrollments, we
need to add a uniqueness constraint on
(program_enrollment, course_key).
2019-08-27 15:05:30 -04:00
..
2019-08-22 12:47:08 +05:00
2019-08-08 21:32:42 +05:00

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

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