Django model field dynamic choices which calls API

前端 未结 0 1754
耶瑟儿~
耶瑟儿~ 2020-12-01 12:49

Say I have the following model:

class DenyList(models.Model):
    vm_id = models.CharField(max_length=25)
相关标签:
回答
  • 消灭零回复
提交回复
热议问题