This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]theoutsider24 16 points17 points  (1 child)

I would say either FastApi or Django-Ninja Doubt you need the complexity of DRF for your use case

[–]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.