In this wiki (https://github.com/mitsuhiko/flask/wiki/Large-app-how-to), the creator of flask (or whomever wrote the wiki) recommends the directory structure of seperate module folders with model, view, controller files under it. Most other places I see a models, view, controller, form folder and all the modules are lumped together under them. Is there a good reason to choose one way over the other?
In this wiki ( https://github.com/mitsuhiko/flask/wiki/Large-app-how-to ), the creator of flask (or whomever wrote the
Share
I’d say it depends on the app’s size.