Files
edx-platform/common/djangoapps/student
Mahyar Damavand 4ff5d129c8 Fix issues with PR #18928 ...
Fix celery task failure
Fix code quality test failures
Fix python test failures
Fix issue with PR #22042
Rebase and fix new test failures
2019-11-25 23:56:10 +03:30
..
2019-11-25 23:56:10 +03:30
2019-11-25 23:56:10 +03:30
2019-04-25 13:39:12 -04:00
2019-11-25 23:56:10 +03:30

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
==================