Hacker News new | ask | show | jobs
Ask HN: Why to learn Flask over Django?
1 points by jessmc 2712 days ago
2 comments

What do you want to know that isn't available from many of existing sources, like https://duckduckgo.com/?q=flask+django .
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.