Skip to content

Migration to Flask

Pavel Rodionov edited this page Jun 1, 2018 · 1 revision

Flask is a microframework

By convention, templates and static files are stored in subdirectories within the application's Python source tree, with the names templates and static respectively. This can be changed, you usually don't have to, especially, when getting started.

A Python web application based on WSGI has to have one central callable object that implements the actual application. In Flask this is an instance of the Flask class.

reflect on this shit https://stackoverflow.com/questions/41940663/why-cant-i-change-the-host-and-port-that-my-flask-app-runs-on

Clone this wiki locally