1👍
Where is …
question_text = models.CharField(max_length=200)
pub_date = models.DateTimeField('date published')
… part from Writing your first Django app, part 1?
BTW this line
# ...
means that some code which was previously explained omitted but you obviously need it … so return to first tutorial page and recheck everything …
Source:stackexchange.com