S
S
Sergey Nizhny Novgorod2016-05-31 06:25:06
Django
Sergey Nizhny Novgorod, 2016-05-31 06:25:06

How to display lists from the admin panel in django?

Hello.
The page has a list listing a number of things. Task: enter data in the admin panel and display it on the page.
1) There is an option to make a normal textFiled and insert a list with html/css markup. Not very convenient, I think.
2) Make a separate model for lists and, through a filter and a cycle, display a list that belongs to this page on the page. It's kind of difficult too.
Is there an easier option for this case?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander, 2016-05-31
@Terras

Use a comma "," to enter into the TextField and then split. I didn't quite understand the problem.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question