Why, in 2025, do we still need a 3rd party app to write a REST API with Django?
A question the predident of the DSF was asked at FOSDEM after his talk.
https://emma.has-a.blog/articles/why-do-we-need-an-external-app-for-rest.html
#django
A question the predident of the DSF was asked at FOSDEM after his talk.
https://emma.has-a.blog/articles/why-do-we-need-an-external-app-for-rest.html
#django
Comments
I use Django Ninja, which is simple enough for this task.
And it would be nice if Django would get up to speed and offer a default solution for this task.
Writing basic REST API views in 2025 should be easy enough not to depend on LLM to write one.