Event

Event
16:30
-
17:00
Day 1
Is it time for a Django Admin rewrite? If so, how?
Assembly-Event
<p><a href="https://www.djangoproject.com">Django</a>'s built-in admin is powerful, but it's essentially a separate framework within Django and it's 20 years old.</p> <p>Wouldn't it be nice to be able to work with an admin interface that works like the rest of Django, built on generic CBVs, plugins, and view factories? <a href="https://github.com/jazzband/django-admin2">Django-Admin2</a>, was an attempt at doing just that and it was a fairly successful ptoject.</p> <p>10 years later, after looking at reviving that project, I realized we needed a fresh approach: Meet <a href="https://codeberg.org/emmaDelescolle/django-admin-deux">Django-Admin-Deux</a>: a proof-of-concept Django admin replacement where CRUD operations are just actions, knowledge transfers both ways, and everything feels like Django.</p> <p>Let's have a look at what python features and architecture makes this possible</p>