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/user_api/api/__init__.py
0 → 100644
common/djangoapps/user_api/api/account.py
0 → 100644
This diff is collapsed.
Click to expand it.
common/djangoapps/user_api/api/profile.py
0 → 100644
common/djangoapps/user_api/helpers.py
0 → 100644
This diff is collapsed.
Click to expand it.
lms/djangoapps/student_account/__init__.py
0 → 100644
lms/djangoapps/student_account/urls.py
0 → 100644
lms/djangoapps/student_account/views.py
0 → 100644
lms/djangoapps/student_profile/__init__.py
0 → 100644
lms/djangoapps/student_profile/urls.py
0 → 100644
lms/djangoapps/student_profile/views.py
0 → 100644
lms/static/js/student_account/account.js
0 → 100644
lms/static/js/student_profile/profile.js
0 → 100644
lms/templates/student_account/index.html
0 → 100644
lms/templates/student_profile/index.html
0 → 100644
Please
register
or
sign in
to comment