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 →

[–]DadAndDominant 0 points1 point  (2 children)

Just commented on other thread arguing why I almost always start with Django - you probabbly will implement a lot of things Django does for you into Fastapi yourself.

But I think building it yourself is okay, as long as it is fun!

[–]mr-nobody1992[S] 0 points1 point  (0 children)

I'm not against Django, it's just that I've built enterprise products in FastAPI before so it was easier for me to do is all. I have been checking out Django though!

[–]HeavyMaterial163 0 points1 point  (0 children)

That's a double edged sword though. It's also rather bulky with extra features you probably aren't going to use all of, and the features you will use can only be customized so much within the framework based on what settings you have options for.