Is there a way to display the extra forms at the top when using django InlineModelAdmin instead of the bottom after all the existing forms?

101 views Asked by At

Am using inlines(InlineModelAdmin) in my django Admin interface to make it easier to edit the models of the Parent model. However, by default, the extra forms for models appear at the bottom. The problem is that there may be a lot of previous records such that you have to scroll to the bottom to add a new record. Is there a way to change this default behavior such that the new extra forms appear at the top?

0

There are 0 answers