/python_flask

Receive post data and display.

Primary LanguageHTMLMIT LicenseMIT

简介

修改了Flask Web Development这本书的源码,写了个web表单,将数据存入sqlite数据库,在另一个页面实时显示存入的数据。

运行:

python hello.py runserver --host=0.0.0.0

页面:

1.post页面:

2.主页面: