Re: how to send data from form site page

2018-11-22 Thread Thiago Oliveira
I don't know if i understand, but if you make html html and put tag name with same name that form field... you can get the information like from = MyForm(request.POST) because, the tag name always send to back-end with the value of field Em qui, 22 de nov de 2018 às 13:19, Gear Crew

Re: unable to create modelform object in views

2018-11-22 Thread Thiago Oliveira
what was the except is generator ? Em qui, 22 de nov de 2018 às 13:38, shiva kumar < kannamshivakumar...@gmail.com> escreveu: > views file > > from django.core.mail import send_mail > from django.http import HttpResponse > # Create your views here. > from django.shortcuts import render,redirect >