[–] eesmith 7y ago ↗ What do you want to know that isn't available from many of existing sources, like https://duckduckgo.com/?q=flask+django .
[–] vkaku 7y ago ↗ 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.
2 comments
[ 3.2 ms ] story [ 30.0 ms ] threadDjango 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.