realpython / flask-boilerplate

Boilerplate template for a Python Flask application with Flask-SQLAlchemy, Flask-WTF, Fabric, Coverage, and Bootstrap
http://www.flaskboilerplate.com
Apache License 2.0
1.54k stars 537 forks source link

merging two apps #16

Open scheung38 opened 9 years ago

scheung38 commented 9 years ago

Hi Michael,

How would you merge an existing Flask app into flask-boilerplate? For example I was following Flask-SocketIO-Chat

https://github.com/miguelgrinberg/Flask-SocketIO-Chat

and would like to embed this into flask-boilerplate, so that after login, the embedded Chat app could be launched if user clicks on one of the navigation tabs next to logout tab