Open staydecent opened 4 years ago
My main UX annoyance with django admin is you can't navigate between apps/models unless you first navigate back to the django home screen.
Having a persistent menu would solve that.
Some resources:
https://medium.com/crowdbotics/how-to-add-a-navigation-menu-in-django-admin-770b872a9531
https://django-simple-menu.readthedocs.io/en/latest/usage.html
https://github.com/cdrx/django-admin-menu
admin_interface has a really nice way to style django admin. And it has a sidebar which provides a menu. Another resource to consider. Thank you for this beautiful template
My main UX annoyance with django admin is you can't navigate between apps/models unless you first navigate back to the django home screen.
Having a persistent menu would solve that.
Some resources:
https://medium.com/crowdbotics/how-to-add-a-navigation-menu-in-django-admin-770b872a9531
https://django-simple-menu.readthedocs.io/en/latest/usage.html
https://github.com/cdrx/django-admin-menu