Answer the question
In order to leave comments, you need to log in
How to make a linked multiselect?
Hi all.
There is a question about creating django forms, I have two models - users and sections of the site, as well as a binding model that contains two fields (user_id, page_id). How to make a multiselect in the admin panel in which you can select sections of the site that will be available to a specific user.
Answer the question
In order to leave comments, you need to log in
For this, the InlineAdmin - TabularInline and StackedInline classes are used . djbook.ru/rel1.7/ref/contrib/admin/index.html
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question