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
Post a Comment