https://github.com/yassi/dj-control-room #DjangoAdmin #Clutter #SoftwareEngineering #DigitalWorkspace #DeveloperHumor #TechRevolution #HackerNews #ngated
- 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) by @EmmaDelescolle
- https://codeberg.org/emmaDelescolle/django-admin-deux (django-admin-deux (pronounced "django admin two") is a complete reimagining of Django's admin interface. While maintaining familiar concepts and naming conventions, it provides superior extensibility, reusability, and modern UI/UX through a plugin-first architecture)
--<--
Closing Thoughts
Django's admin is one of the framework's most celebrated features.
It should showcase Django's best patterns, not hide them behind a separate mental model.
What if the admin could be a teaching tool ?
What if customizing the admin made you a better Django developer overall ?
What if the admin worked like Django?
That's what Django Admin Deux (https://django-admin-deux.readthedocs.io/en/latest/) explores.
It's not production-ready, but it shows what's possible when we prioritize "works like Django" from the start.
And honestly? It feels really good to just... use 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.
2. A. Rafey Khan
Project: Django Admin – Add Keyboard Shortcuts & Command Palette
Mentors: Tom Carrick & Apoorv Garg
Rafey will work on making Django Admin faster and more accessible through keyboard-driven workflows. Excited to see this land!
🧵 (3/5)
#DjangoAdmin #GSoC2025
Инструмент django-command
Django-command - инструмент командной строки, который позволяет выполнять часто используемые команды при разработке проектов на фреймворке Django. Данный инструмент помогает повысить эффективность разработки и упростить рабочие процессы, связанные с веб-приложениями на Django.
I am running into issues in my #djangoadmin based "NLP rule admin" tool. I am trying to build a solution for "aliased rules" that have the same relations as their parent rule but have some difference in meta data. a "self" foreign key isn't letting me manage the children.
are you or do you know someone very experienced in #djangoadmin looking for a few hours of consulting to help me with this?