Hi guys, I'm working on Writing your first Django app, part 2 tutorial, and I tried _str_() function and it doesn't give me the same result

后端 未结 0 825
忘掉有多难
忘掉有多难 2020-12-07 17:09

this is my Question class in models.py :

class Question(models.Model):
     question_text = models.CharField(max_length=200)
     pub_date = models.DateTimeFi         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题