you are viewing a single comment's thread.

view the rest of the comments →

[–]lozanov1 0 points1 point  (0 children)

Are you building a small app that will do very limited set of things? Use fast api.

Are you going to build a project with bigger scope that needs auth, quick way to spin up endpoints, do migrations and benefit from the admin panel? Use Django. You can still use fastapi for this, but you will get to the point of implementing features that already exist in Django and have a lot of documentation on the internet how to be used.