Posts by Caio Kretzer • 1 point
1 post
-
0
votes1
answer644
viewsA: How to change data using Forms. Form on Django
You can send as Dict: form = CadastroCliente(request.POST, dict=( codigoCliente=cliente.codigoCliente, nome=cliente.nome, sobrenome=cliente.sobrenome, rg=cliente.rg, cpf=cliente.cpf,…