Posts by Joao Gabriel Carvalho • 21 points
1 post
-
2
votes2
answers33
viewsA: Problems making the POST in Django
Failed to save in database. follows an example: if request.method == 'POST': nome = request.POST['nome'] email = request.POST['email'] senha = request.POST['password'] senha2 =…