Dynamically customize django admin columns ?

Posted by tomjerry on Stack Overflow See other posts from Stack Overflow or by tomjerry
Published on 2010-04-08T15:00:24Z Indexed on 2010/04/08 15:03 UTC
Read the original article Hit count: 159

Filed under:
|
|
|

Is it possible to let the users choose / change dynamically the columns displayed in a object list in Django administration ?

Things can surely be implemented "from scratch" by modifying the 'change_list.html' template but I was wondering if somebody has already had the same problem and/or if any django-pluggin can do that.

Thanks in advance,

© Stack Overflow or respective owner

Related posts about python

Related posts about django