Contact Form in django
问题 I have a contact form which all working without any error, the only thing I don't understand is when I click on send button no message receive, could anyone tell me why or what is wrong, please? I have only one page called contact, no thanks page! Thanks Here is my code: models.py from django.db import models class Subject(models.Model): question_ = 0 question_one = 1 question_two = 2 question__three = 3 STATUS_CHOICES = ( (question_, ''), (question_one, 'I have a question'), (question_two,