this is my Question class in models.py :
class Question(models.Model): question_text = models.CharField(max_length=200) pub_date = models.DateTimeFi