Nemeski@lemm.eecake to Django@programming.dev · 1 month agoWhy, in 2025, do we still need a 3rd party app to write a REST API with Django?www.djangoproject.comexternal-linkmessage-square1linkfedilinkarrow-up111arrow-down11
arrow-up110arrow-down1external-linkWhy, in 2025, do we still need a 3rd party app to write a REST API with Django?www.djangoproject.comNemeski@lemm.eecake to Django@programming.dev · 1 month agomessage-square1linkfedilink
minus-squarerefalo@programming.devlinkfedilinkarrow-up2·edit-21 month 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.