Is it possible configure Mandatory Inlines in Django Admin Site?
For example, Student page has Address as a inline. Each Student should have at least one address selected from Inline.
Is it possible configure Mandatory Inlines in Django Admin Site?
For example, Student page has Address as a inline. Each Student should have at least one address selected from Inline.