Files
edx-platform/common/djangoapps/enrollment
Ben Patterson 551eaaf706 Enroll already-existing user to a course via management command.
Our current sandbox provisioning uses a create_user management command,
which creates and enrolls a user into a course. However, for TE-1128, we
will need a way to enroll the same user to multiple courses (which are
dynamic at time of provisioning). Using the existing management
command is no longer feasible for that, so we are using one that accesses
the enrollment API, which is the new standard for new enrollment capabilities.
2016-01-27 11:49:31 -05:00
..
2014-10-20 20:26:31 +00:00