How to render CharField (choices) in Django Admin limiting options from one base to another?

前端 未结 0 1923
囚心锁ツ
囚心锁ツ 2020-12-13 07:53

I have two fields in my database which are shown as lists in the DJANGO administration panel

# Create your models here.
class Question(models.Model):
    ques         


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