[Flask] How to merge two Flask Apps

Sebastian Cheung sebastian_cheung at yahoo.com
Tue Sep 29 13:23:39 CEST 2015


So blueprint is a must then when combining separate apps together.

Sent from my iPhone

> On 29 Sep 2015, at 11:58, Abdesslem Amri <amriabdesslem at gmail.com> wrote:
> 
> I think that this link may be helpful http://flask.pocoo.org/docs/0.10/blueprints/ 
> 
> 2015-09-29 11:51 GMT+01:00 Sebastian Cheung via Flask <flask at python.org>:
>> I am trying to merge two flask apps, both from Miguel Grinberg's Flask-SocketIO-Chat into another one of his Microblog so that after user login to the main microblog then the other Chat app could be launched if user selects of the options, which in this case is the Chat.
>> 
>> I started but tricky when both projects contain a number of files with different dependencies.
>> 
>> The idea is learn how to merge different Flask apps as one.
>> 
>> Sent from my iPhone
>> _______________________________________________
>> Flask mailing list
>> Flask at python.org
>> https://mail.python.org/mailman/listinfo/flask
> 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/flask/attachments/20150929/d1fb4aa6/attachment.html>


More information about the Flask mailing list