๐ค I have been sitting on Emma's Django Admin Deux article all day and I think it's super cool.
I struggled with it at first out of fear of how different the examples looked compared to the existing Admin code which IMO should continue to just work.
Seeing "7. Familiar Django Admin Patterns" really took the edge off for me, and it seems like once complete, we might have the best shot at expending the Django Admin another decade or two.
https://emma.has-a.blog/articles/django-admin-deux-bringing-admin-back-to-django.html
Django Admin Deux: Bringing Django's Admin Back to Django
Django's built-in admin is powerful, but it's essentially a separate framework within Django. After attempting to modernize django-admin2, I realized we needed a fresh approach: an admin interface that works like the rest of Django, built on generic CBVs, plugins, and view factories. Meet Django Admin Deux: a proof-of-concept admin where CRUD operations are just actions, knowledge transfers both ways, and everything feels like Django.
emma.has-a.blog ยท Emma has a blog
Link author:
โจ Emma ๐ ๐ธ ๐นโ@EmmaDelescolle@mastodon.social