realpython / flask-boilerplate

Boilerplate template for a Python Flask application with Flask-SQLAlchemy, Flask-WTF, Fabric, Coverage, and Bootstrap

Home Page:http://www.flaskboilerplate.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

merging two apps

scheung38 opened this issue · comments

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