I am trying to update user data in Django but it\'s not updating. Code :
customer = Customer.objects.get(email=request.POST["customer_email"])