https://github.com/gnu4cn/trainees_info_refactored
之前的trainee_info代码混乱不堪,此repo将对其进行重构,使用flask-migrate来完成数据库的init、migrate与update, 使用marshmallow完成验证......
https://github.com/gnu4cn/trainees_info_refactored
Last synced: about 2 months ago
JSON representation
之前的trainee_info代码混乱不堪,此repo将对其进行重构,使用flask-migrate来完成数据库的init、migrate与update, 使用marshmallow完成验证......
- Host: GitHub
- URL: https://github.com/gnu4cn/trainees_info_refactored
- Owner: gnu4cn
- Created: 2016-11-18T01:26:13.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-18T01:39:09.000Z (about 9 years ago)
- Last Synced: 2025-01-19T12:13:55.910Z (about 1 year ago)
- Language: Shell
- Size: 0 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 经重构的Trainees Info系统
鉴于之前的trainee_info系统代码混乱不堪,先考虑对其进行重构。
## Flask-Migrate的采用
采用Flask-Migrate,来完成数据库的管理,包括init、migrate与upgrade。
## Flask-Marshmallow的采用
完成数据模式方面的事情。
## 蓝图(Blueprint)的采用