Is it possible to allow users to select / dynamically change the columns displayed in the list of objects in Django administration?
Things can be implemented “from scratch” by changing the “change_list.html” template, but I was wondering if anyone already has the same problem and / or if any django-pluggin can do this.
Thanks in advance,
source
share