from .models import Question import json def index(request): x = Question.objects.first() y = x.question_text