Hacker News new | ask | show | jobs
by gv83 1006 days ago
DRF becomes hard to understand when you use magical stuff like class based controllers and so on. stick to functions and it's actually very simple!
1 comments

You're absolutely right - however I did not even know I could use functions. I didn't see that in the docs somehow.

Also I think I remember with DRF I had trouble generating a good openapi client. With ninja it works really well.