Add Django apps for student account and profile.
Add Python APIs for account/profile information to user_api Updating profile page to have social linking Authors: Renzo Lucioni, Alasdair Swan, Stephen Sanchez, Will Daly
Showing
- common/djangoapps/student/models.py 71 additions, 1 deletioncommon/djangoapps/student/models.py
- common/djangoapps/third_party_auth/pipeline.py 9 additions, 4 deletionscommon/djangoapps/third_party_auth/pipeline.py
- common/djangoapps/third_party_auth/settings.py 7 additions, 0 deletionscommon/djangoapps/third_party_auth/settings.py
- common/djangoapps/third_party_auth/tests/test_settings.py 1 addition, 0 deletionscommon/djangoapps/third_party_auth/tests/test_settings.py
- common/djangoapps/user_api/api/__init__.py 0 additions, 0 deletionscommon/djangoapps/user_api/api/__init__.py
- common/djangoapps/user_api/api/account.py 417 additions, 0 deletionscommon/djangoapps/user_api/api/account.py
- common/djangoapps/user_api/api/profile.py 132 additions, 0 deletionscommon/djangoapps/user_api/api/profile.py
- common/djangoapps/user_api/helpers.py 56 additions, 0 deletionscommon/djangoapps/user_api/helpers.py
- common/djangoapps/user_api/models.py 8 additions, 0 deletionscommon/djangoapps/user_api/models.py
- common/djangoapps/user_api/tests/test_account_api.py 276 additions, 0 deletionscommon/djangoapps/user_api/tests/test_account_api.py
- common/djangoapps/user_api/tests/test_helpers.py 66 additions, 0 deletionscommon/djangoapps/user_api/tests/test_helpers.py
- common/djangoapps/user_api/tests/test_profile_api.py 90 additions, 0 deletionscommon/djangoapps/user_api/tests/test_profile_api.py
- lms/djangoapps/student_account/__init__.py 0 additions, 0 deletionslms/djangoapps/student_account/__init__.py
- lms/djangoapps/student_account/test/__init__.py 0 additions, 0 deletionslms/djangoapps/student_account/test/__init__.py
- lms/djangoapps/student_account/test/test_views.py 204 additions, 0 deletionslms/djangoapps/student_account/test/test_views.py
- lms/djangoapps/student_account/urls.py 8 additions, 0 deletionslms/djangoapps/student_account/urls.py
- lms/djangoapps/student_account/views.py 183 additions, 0 deletionslms/djangoapps/student_account/views.py
- lms/djangoapps/student_profile/__init__.py 0 additions, 0 deletionslms/djangoapps/student_profile/__init__.py
- lms/djangoapps/student_profile/test/__init__.py 0 additions, 0 deletionslms/djangoapps/student_profile/test/__init__.py
- lms/djangoapps/student_profile/test/test_views.py 113 additions, 0 deletionslms/djangoapps/student_profile/test/test_views.py
Please register or sign in to comment