top | item 42119003

(no title)

pretext-1 | 1 year ago

Sentry is written in Python and uses Django.

discuss

order

Pedro_Ribeiro|1 year ago

What are the advantages of using Django over FastAPI in 2024?

larrik|1 year ago

What's the advantages of using FastAPI over Django Ninja?

But to answer your question more realistically:

* Familiarity

* Easy/built-in admin

* Longevity

I would also never consider switching an existing app from one to the other.

sunbum|1 year ago

Sentry started in 2008, FastAPI didn't exist until 2018.

vb-8448|1 year ago

Batteries included, easy to start and very fast to develop, tons of packages and resources ...

FastAPI make sense only if you write an api for a third party frontend or service.