Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 405 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 405 Bytes
Poster

海报生成

原项目地址

把原项目的部分代码砍掉,留下需要的部分,将数据库换成了mysql

# 激活虚拟环境
poetry shell

# 安装依赖
poetry install

cd poster_app/

# 初始化数据表
python init_db.py

# 启动项目
python fast.py
结果图

1

2


that's all