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
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