top | item 37484501

(no title)

tfeldmann | 2 years ago

Django-Ninja is fantastic and based on pydantic.

discuss

order

winrid|2 years ago

This. I found DRF gets very confusing with all the abstraction for complicated stuff. For simple APIs, it's very nice (I used it on govscent.org). SidewaysData uses Ninja and I love it so far.

gv83|2 years 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!

stavros|2 years ago

I much prefer Ninja as well. Is it active, these days? It feels like it's got much less of an ecosystem than FastAPI.

selcuka|2 years ago

> Is it active, these days?

Yes. They are currently migrating to Pydantic 2 which Ninja 1.0 will be based on.