10
Why, in 2025, do we still need a 3rd party app to write a REST API with Django?
(www.djangoproject.com)
you don't...
I also feel like the amount of code they had to write with the CBVs was ridiculous, and it's not the easiest thing to read.
To me, this could have been done much simpler and more readable with a plain function view.