Ask HN: Why to learn Flask over Django?

1 points by jessmc ↗ HN

2 comments

[ 3.2 ms ] story [ 30.0 ms ] thread
IMO:

Django leads you to 'Hey, I wrote an app with a database' and then it gets in the way when you scale up.

Flask is definitely service-first.

If you wanted an ORM <-> DB in your service, you could go Flask+SQLAlchemy.