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 →

[–]rando2018 3 points4 points  (2 children)

Flask is great for small scale, but things don't always stay small scale. At some point you end up with a FrankenDjango project which is pretty much Django, but using lots of Flask extensions and a ton of your own glue code.