Tutorial 4 Structure the Flask app in Django style The application is now split into individual modules database, settings, manage.py and a web application module Application can be run with the following command FLASK_APP="manage:create_app()" flask run