문제

I am using grappeli for my admin, I have nested models using NestedTabularInline

I would like to have only list without "add another..." in the bottom.

Or how to change grp-add-handler so that it is hidden, without need to build custom template..

도움이 되었습니까?

해결책

You can solve it django-grappelli independently, just use the new functionallity of django admin, and for your inline class

max_num=0
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top