Hacker News new | ask | show | jobs
by _tardigrade 1659 days ago
nowadays most people use Django to create REST API. I wish Django would merge DRF into its codebase.
2 comments

At this point I disagree - DRF is a verbose and somewhat dated architecture. I wish they would provide something like Django Ninja / FastAPI.

Plus it already has decent async support.

https://github.com/vitalik/django-ninja

> nowadays most people use Django to create REST API

I doubt that's true, but yes, having DRF merged in would be rather nice.

There are quite a lot of apps that do a JS frontend and Django backend these days, I myself have done quite a few.
Absolutely, I just question the premise that “most” Django applications are like that.

My best guess, and I have nothing but my own experience to back this up, is that for every public facing Django based website, there are at least three used internally and at least one of those use nothing but the build in admin interface as a UI.