Username already exists, when wanting to update userprofile in djago
- by Ajirapsy
Whenever i try try to update a userprofile on djano powered web, i get the error, username already exists, please provide another one. I am trying to get it to recognize the authenticated user. ALthough every other thing works, but it would not update until i specify a new username.
views.py
@login_required
def editprofile(request):
…