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 - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -