Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xiaowang012/flask_students
flask学习
https://github.com/xiaowang012/flask_students
flask html python sqlite
Last synced: 6 days ago
JSON representation
flask学习
- Host: GitHub
- URL: https://github.com/xiaowang012/flask_students
- Owner: xiaowang012
- Created: 2021-12-09T09:12:27.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-16T06:21:41.000Z (almost 3 years ago)
- Last Synced: 2023-03-05T17:33:40.590Z (over 1 year ago)
- Topics: flask, html, python, sqlite
- Language: Python
- Homepage:
- Size: 52.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# flask_students
在学习flask的过程中写的一个学生信息查询的web应用,目前写了的功能有注册,登录,批量导入学生信息,批量导入用户,查询学生信息。
由于不会前端知识,只能采用html渲染的方式进行.
环境:python3.6.5 ,sqlite3运行步骤:
1.安装依赖包:pip install -r requirements.txt
2.数据库迁移:执行db.create_all()即可创建对应的数据库,和数据表。
3.run app.py
4.不涉及到部署