Hacker News new | ask | show | jobs
by WD-42 1654 days ago
Check out Django Ninja: https://django-ninja.rest-framework.com/

It's like a FastAPI inspired Django Rest Framework. In comparison to DRF it feels very lightweight and modern, but it's still Django underneath so you get to keep the ORM, admin, etc.

Speaking of the ORM, once Django's is async Ninja will really be amazing.

2 comments

If you wanna experiment Django async you can try this module : https://github.com/rednaks/django-async-orm
I must +1 this, Django ninja is outstanding.