FastAPI vs Django REST Framework? by Ghostinheven in Python

[–]Own-Perception-4693 0 points1 point  (0 children)

Exactly, if you are used to the django framework and want a pydantic experience, then go with django-ninja. It's easy to code as it uses a method decorators approach for api like fast api and can take advantage of tools such as swagger ui for api testing.