Selection widget for which columns to display in Django admin
When working in the Django admin with a lot of users, you might sometimes want to offer the functionality to users to choose which columns they want to see in the changelist page. For some users some columns might be more relevant than to others.
One...
deepintodjango.com2 min read