Hacker News new | ask | show | jobs
by StavrosK 1907 days ago
As a rule of thumb, Flask is good when your app will only ever need to be a single file. Otherwise, as other commenters have said, you're basically reimplementing Django badly.