I'm new to python and I'm trying to make a registration, when I click send nothing happens, no post
views.py
from django.http import HttpResponse
from django.shortcuts import render
from portal.cadastro.forms import CadastroForm...
asked by
09.08.2017 / 19:06