Closed dchukhin closed 5 years ago
This pull request allows users to upload a profile picture from a user settings view. Uploading an image sends the image to VMI and saves it there, then saves the picture_url in the user's UserProfile object in smh_app.
picture_url
UserProfile
smh_app
fwiw this looks good to me
This pull request allows users to upload a profile picture from a user settings view. Uploading an image sends the image to VMI and saves it there, then saves the
picture_url
in the user'sUserProfile
object insmh_app
.