Issue getting model name from ForeignKey

前端 未结 0 1716
盖世英雄少女心
盖世英雄少女心 2020-12-10 02:39

I have two models: Exercise and UserExercise

class Exercise(models.Model):
    options = (
        (\'run\', \'run\'),
        (\'jog\', \'jog\'),
        (\'         


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