Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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学习

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.不涉及到部署