Re: Django Admin: how to link to another model from one model list view ?

2020-06-29 Thread Olivier
I've found [1] which seems to match what I was after [1] https://avilpage.com/2017/11/django-tips-tricks-hyperlink-foreignkey-admin.html I hope this could also help others ... Le jeudi 25 juin 2020 10:07:15 UTC+2, Olivier a écrit : > > Hello, > > Let say your app deals with Book and Author

Django Admin: how to link to another model from one model list view ?

2020-06-25 Thread Olivier
Hello, Let say your app deals with Book and Author models. Within Django Admin, you can display a list of currently stored Books. I How can you implement the following: 1. For each Book entry within Book Listing page (like http://foobar.com/admin/myapp/book/), book's title and authors arr both