I\'m building my first Flask app and I can\'t figure out a good, clean Pythonic way of organizing my application. I don\'t want to have everything in a single .py file as in
Make sure to read Matt Wright's wonderful post on the subject.
The post features:
A description of a structure for large flask projects
An example application on Github
A description of best design practices in general when it comes to large web apps, like the MVC pattern, App factories, Services and Data Migration to name a few (most interesting feature IMHO).