Answer the question
In order to leave comments, you need to log in
How to change display of inlines in django?
Hello everyone, how can I change the display of Inlines. Now they are in a row, how can they be made into a column? There is a jazzmin admin panel. Perhaps you need to somehow rewrite the styles, tell me where and how to reconnect them, thanks.
Answer the question
In order to leave comments, you need to log in
The inline admin panel with display in lines is inherited from the TabularInline class. If you want the fields to be arranged in a column, then you need to inherit from StackedInline
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question