top | item 43446254

(no title)

mr_Fatalyst | 11 months ago

I actually started working on a router for DRF/Django integration, but Django's project structure made it surprisingly tricky to implement cleanly. It's still on my list though.

discuss

order

Onavo|11 months ago

I would suggest having an option for pure Django integration, without DRF.

scrollaway|11 months ago

I believe django-ninja is as good as it gets for this, to be honest. But I wouldn't try to support DRF. Django Ninja implements its own routing and it's a lot better that way.

Onavo|11 months ago

Django Ninja isn't particularly well maintained, there have been a few attempts at forking already. Also I think the author of Django Ninja is more concerned about surviving the war right now.