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.
Source:stackexchange.com
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.