Inflearn Community Q&A
choongyeju0438
asked
Building my first Django app
Using the API
_str_()메소드 추가
Written on
·
202
0
polls/models.py에 _str_() 메소드 추가 다 하고 쉘 다시 새로 시작한 다음에도 Question.objects.all() 실행후 <QuerySet []>이 아니라 <QuerySet []>라고 나오는데 뭐가 문제일까요?
django
Save
Answer
This question is waiting for answers
Be the first to answer!
choongyeju0438
asked
Ask a question