Implement profile_image upload and remove endpoints
TNL-1537 Co-Authored-By:Andy Armstrong <andya@edx.org> Co-Authored-By:
cahrens <christina@edx.org>
Showing
- common/djangoapps/enrollment/views.py 4 additions, 1 deletioncommon/djangoapps/enrollment/views.py
- lms/djangoapps/commerce/views.py 1 addition, 1 deletionlms/djangoapps/commerce/views.py
- lms/djangoapps/mobile_api/utils.py 5 additions, 3 deletionslms/djangoapps/mobile_api/utils.py
- lms/envs/common.py 9 additions, 2 deletionslms/envs/common.py
- lms/envs/test.py 2 additions, 0 deletionslms/envs/test.py
- lms/urls.py 4 additions, 0 deletionslms/urls.py
- openedx/core/djangoapps/profile_images/__init__.py 0 additions, 0 deletionsopenedx/core/djangoapps/profile_images/__init__.py
- openedx/core/djangoapps/profile_images/images.py 132 additions, 0 deletionsopenedx/core/djangoapps/profile_images/images.py
- openedx/core/djangoapps/profile_images/tests/__init__.py 0 additions, 0 deletionsopenedx/core/djangoapps/profile_images/tests/__init__.py
- openedx/core/djangoapps/profile_images/tests/helpers.py 55 additions, 0 deletionsopenedx/core/djangoapps/profile_images/tests/helpers.py
- openedx/core/djangoapps/profile_images/tests/test_images.py 182 additions, 0 deletionsopenedx/core/djangoapps/profile_images/tests/test_images.py
- openedx/core/djangoapps/profile_images/tests/test_views.py 304 additions, 0 deletionsopenedx/core/djangoapps/profile_images/tests/test_views.py
- openedx/core/djangoapps/profile_images/urls.py 22 additions, 0 deletionsopenedx/core/djangoapps/profile_images/urls.py
- openedx/core/djangoapps/profile_images/views.py 152 additions, 0 deletionsopenedx/core/djangoapps/profile_images/views.py
- openedx/core/djangoapps/user_api/accounts/helpers.py 0 additions, 57 deletionsopenedx/core/djangoapps/user_api/accounts/helpers.py
- openedx/core/djangoapps/user_api/accounts/image_helpers.py 115 additions, 0 deletionsopenedx/core/djangoapps/user_api/accounts/image_helpers.py
- openedx/core/djangoapps/user_api/accounts/serializers.py 5 additions, 4 deletionsopenedx/core/djangoapps/user_api/accounts/serializers.py
- openedx/core/djangoapps/user_api/accounts/tests/test_api.py 3 additions, 2 deletionsopenedx/core/djangoapps/user_api/accounts/tests/test_api.py
- openedx/core/djangoapps/user_api/accounts/tests/test_image_helpers.py 60 additions, 0 deletions.../djangoapps/user_api/accounts/tests/test_image_helpers.py
- openedx/core/djangoapps/user_api/accounts/tests/test_views.py 4 additions, 5 deletions...edx/core/djangoapps/user_api/accounts/tests/test_views.py
Please register or sign in to comment