I want to know what is the best folder structure to follow when using Flask. I want to achieve the following:
/myproject runserver.py /app1 ... /app2 ....
And of course I want to share my database configuration with all my apps. How can I achieve this? In the documentation they always talk of ONE app
PD: I'm comming from django. PD2: I've also read this: http://flask.pocoo.org/docs/blueprints/ and this: http://flask.pocoo.org/docs/patterns/packages/#modules-and-resources