←back to thread

310 points brylie | 1 comments | | HN request time: 0.207s | source
1. theptip ◴[] No.43517307[source]
Seems weird to me. The strength of Django is the ORM and the ecosystem/idioms.

Why would I break compatibility with the latter by taking a fork?

I would love to see better admin (so many have tried to do this) but it’s unclear to me why the goodstuff here can’t be a Django project template. (https://docs.djangoproject.com/en/5.1/releases/1.4/#custom-p...)

As a longtime user if I want anything different these days it’s a lighter-weight experience like Django Ninja or FastAPI.