views:

31

answers:

2

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. Any ideas?

A: 

Try the Object List from generic views.

Till Backhaus
A: 

An application called django-filter is by far the best and easiest way to implement this.

zsquare