python - Merge multiple Flask apps together? -


given express inspired directory structure:

app.py noun_0/     routes.py     models.py noun_1/     routes.py     models.py 

what need inside app.py merge 2 apps?

using bottle app.merge(). what's flask solution?


Comments

Popular posts from this blog

javascript - three.js lot of meshes optimization -

smartface.io - Proper way to change color scheme for whole application -

Email notification in google apps script -