您最多选择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