Forums

Integration of a "Flask-AppBuilder" app into an already existing (plain) Flask App

Hi Folks,

We're currently experimenting with the Flask-AppBuilder and created an App with it. It's quite nice.

Next step would be integrating this app into an already existing Flask app. The concept of this existing Flask app is to provide a common platform into which of lots smaller apps are plugged in from time to time. For this plugging in we are using Blueprints.

Now I'm a bit unsure whether a whole "Flask-AppBuilder" app can be plugged into an existing Flask app like we done in the past with Blueprints.

Any experiences with that? We would be glad for help.

We haven't tried anything like that internally here at PythonAnywhere, but hopefully someone else using the site will have some experience.