Open rgreinho opened 9 years ago
Cool, I'll have to read through these and then maybe this issue can be turned into a parent issue where we can collaborate to make a solid, defined list of preferred changes.
Agreed :) Also, Flask Blueprints
should be used to create modular components: http://flask.pocoo.org/docs/0.10/blueprints.
As the application will grow, it would be best to start using the best practices for structuring the project. This will definitely help in automating tasks like tests and deployment, as well as bringing clarity to the project. The official documentation is here: http://flask.pocoo.org/docs/0.10/patterns/packages.
There are also other resources that may be useful: