Skip to content
This repository has been archived by the owner on Jan 14, 2025. It is now read-only.

Latest commit

 

History

History
18 lines (16 loc) · 353 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 353 Bytes

Medicine-System

药物管理系统--数据库课程设计 flask + pymysql + flask_sqlachemy

本项目由poetry打包 安装方式为

poetry install

使用方式为

poetry shell
cd medicine_system
# 注意修改config.py中的mysql配置
flask init-static && flask init-db && flask init-sql && flask init-trigger
python app.py