Django Admin nested inline

前端 未结 6 1158
耶瑟儿~
耶瑟儿~ 2020-12-01 02:30

I need a nested django admin inline, which I can include the date field inlines in an other inline like below.

I have the models below:

class Person         


        
6条回答
  •  一生所求
    2020-12-01 03:28

    Nested inlines are provided at: https://github.com/BertrandBordage/django-super-inlines/

    pip install django-super-inlines
    

提交回复
热议问题