Issue
The default view for a model on the django admin page shows a list of items in that view, but only gives one field. How is it possible to show multiple fields in the list?
Solution
I've found the function list_display() that does this job exactly:
Answered By - babbaggeii
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.