Column not updating in django?

前端 未结 0 1893

I am trying to update user data in Django but it\'s not updating. Code :

 customer = Customer.objects.get(email=request.POST["customer_email"])
             


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题