您最多能選擇 25 個主題 主題必須以字母或數字為開頭,可包含連接號「-」且最長為 35 個字元。
 
 
 
chae 8a37388aea back to before 1 年前
static pushing the flask example 1 年前
templates pushing the flask example 1 年前
README.md back to before 1 年前
TODO.md first part of documentation 1 年前
app.py pushing the flask example 1 年前

README.md

Flask example

This is a Flask example that you can use to make web applications.

Install

You need to install Flask on your computer (or on the server you are working):

$ pip3 install flask

Run the web application

You can run the example application in different ways, here two examples:

  • $ python3 app.py
  • $ flask --debug run

Documentation