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

c++ - Difference between pre and post decrement in recursive function argument -

php - How can I echo out this array? -

javascript - IE11 incompatibility with jQuery's 'readonly'? -