Skip to content
Snippets Groups Projects
Unverified Commit d11ec720 authored by David Ormsbee's avatar David Ormsbee Committed by GitHub
Browse files

Merge pull request #20330 from edx/ormsbee/student_app_readme

Initial README for Student app
parents 0316ec76 67cbc024
No related branches found
No related tags found
No related merge requests found
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
==================
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment