Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

Get Results From Table Django

from .models import Question

import json

def index(request):
    
    x = Question.objects.filter(id=1)
    y = x[0].question_text
    
 
PREVIOUS NEXT
Tagged: #Get #Results #From #Table #Django
ADD COMMENT
Topic
Name
9+1 =