Django edit user profile
问题 I'm trying to create an "Edit Profile" form in the fronted. What happens is that my form(i'm not 100% sure) tries to create a user instead of finding the current user and update his profile. So I think that's the issue. Checked many questions here but none was clear enough. The fields I'm trying to edit are email, first name and last name. (Also I would like to add uda forms.py class UpdateProfile(forms.ModelForm): username = forms.CharField(required=True) email = forms.EmailField(required