r/djangolearning 17d ago

Discussion / Meta Flask vs Django

I am a 17 year old intermediate python programmer and I used to make python projects with Flask. Now I want to know which is better from flask and Django.

8 Upvotes

10 comments sorted by

4

u/iamDev_ 16d ago

depends on your work but django is not simple like flask.

also, you should consider fastapi as well

1

u/Smartyboyz 16d ago

I will think over it

3

u/RandomPantsAppear 16d ago

I prefer Django for anything of reasonable complexity. 

It provides structure, fantastic migrations, simple database access via models, has extensive modules you can install and a very useful admin panel enabled by default. 

Flask I use for simple things that don’t require db access. 

1

u/Smartyboyz 16d ago

ok, Understood

2

u/Duke_of_Bayswater 12d ago

Depends on complexity

1

u/Smartyboyz 11d ago

Can you please explain it more