Closed QiXuanWang closed 9 years ago
Quokka is a full stack application, it is not developed to be used as a module in another Flask project (but it is a good idea which is planned for future versions).
The only way to have Quokka running together with your existing application is using DispatcherMiddleware, you will have two applications inside the same wsgi container. then, you route i.e: blog.yoursite.com to the quokka app and yoursite.com to you existing app.
That's what I guessed. Appreciate your comment, looking forward for your great work.
I mean I have a website running with Flask. Now I want quokka to be the CMS. What part should I modify? Didn't find details on your documents.