My "models.py" file has the following code:
from django.db import models # Create your models here. class Questions(models.Model): question_t