What's the easiest method to get list_display functionality in my main website (outside of the admin pages).
I have a group of elements I'd like to select and perform an action. A开发者_开发百科ny ideas?
An application called django-filter is by far the best and easiest way to implement this.
Try the Object List from generic views.
精彩评论