inputlogic / django-api-starter

Boilerplate for starting Django DRF / API projects
2 stars 0 forks source link

Add custom menu to Django Admin #63

Open staydecent opened 4 years ago

staydecent commented 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

ZeroCoolHacker commented 3 years ago

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