Skip to content

Latest commit

 

History

History
11 lines (5 loc) · 282 Bytes

File metadata and controls

11 lines (5 loc) · 282 Bytes

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