[Django]-Django extend admin "index" view

0👍

Why do you want to change the templates? You can use ModelAdmin.list_display for printig these columns.

Edit: And for ordering you can use ModelAdmin.ordering.

Leave a comment