I created a class to update user information, but the information is not saved. Can you help me find the code problem?
I created a class called ProfileUpdateView that overrides LoginRequiredMixin and View. When I change the profile information, I am redirected to the page itself, but the information is not saved in the database.