Hacker News new | ask | show | jobs
by heresjohnny 1100 days ago
Django Ninja allows you to immediately piggyback on all the Django features: the ORM, auth, admin panel, migrations, forms, and so on. If you choose FastAPI you’ll have to add these things yourself (SQLAlchemy for the ORM, Alembic for migrations, etc.). Unless every single percentage point of performance won matters to your use case, I’d go for Django Ninja.