emencia / django-blog-lotus

A weblog application with Django.
https://django-blog-lotus.readthedocs.io/
MIT License
6 stars 1 forks source link

Improve Article and Category admin listing #30

Open sveetch opened 2 years ago

sveetch commented 2 years ago

Article and category list admin view would be better within a tree where first level is for original language item only and then add their translation as children ?

Well at least something which make the listing more readable and clear.

This should be implemented in a new change list screen and the basic one from Django admin should be keeped, so user can switch to it if needed.