Files
edx-platform/common/djangoapps/student
Diana Huang d65447998c Move RegistrationFormFactory from user_api to user_authn.
And get_registration_extension_form.
2019-11-01 14:49:12 -04:00
..
2019-10-24 13:16:57 +05:00
2019-10-18 15:31:09 -04:00
2019-04-25 13:39:12 -04:00
2019-10-18 15:31:09 -04:00

Status: Maintenance

Responsibilities
================
The Student app supplements Django's default user information with student-specific information like User Profiles and Enrollments. This has made it a catch all place for a lot of functionality that we want to move into more dedicated places. For instance, while the CourseEnrollment models remain in this app for now, most Enrollment related functionality has already moved to the Enrollment app.

If you are thinking of adding something here, strongly consider adding a new Django app instead. If you are extending something here, please consider extracting it into a separate app.

Glossary
========


More Documentation
==================