Re: [Tutor] Merging of two separate flask apps

2015-09-29 Thread Alan Gauld
On 29/09/15 11:06, Sebastian Cheung wrote: The idea is learn how to merge different Flask apps as one. Please don't hijack an existing thread for new topics, it messes up the archive for searching. However, in this case the question is very Flask specific and would be better directed to a Flas

[Tutor] Merging of two separate flask apps

2015-09-29 Thread Sebastian Cheung via Tutor
Hi, 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. The idea is learn