Nemeski@lemm.ee to Django · 5 days agoWhy, in 2025, do we still need a 3rd party app to write a REST API with Django?www.djangoproject.comexternal-linkmessage-square1linkfedilinkarrow-up110arrow-down11
arrow-up19arrow-down1external-linkWhy, in 2025, do we still need a 3rd party app to write a REST API with Django?www.djangoproject.comNemeski@lemm.ee to Django · 5 days agomessage-square1linkfedilink
minus-squarerefalolinkfedilinkarrow-up2·edit-24 days agoyou 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.
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.