I\'m doing the Django official tutorial, here are the models I wrote and migrated
from django.db import models class Question(models.Model): question_te