摘要:
if request.method == 'POST': form = ContactForm(request.POST)#ContactForm('subject': 'hello', 'message': 'hoho', 'email': '1@1.com') if form.is_valid(): cd = form.cleaned_data send_mail( cd['subject']... 阅读全文
posted @ 2010-01-04 15:31
kid的笔记本
阅读(233)
评论(0)
推荐(0)
浙公网安备 33010602011771号