文件名称:flask-skeleton:具有前端、管理和 api 后端的 BoilerplateSkeleton 烧瓶应用程序
文件大小:953KB
文件格式:ZIP
更新时间:2024-07-03 05:29:55
JavaScript
具有前端、管理和 api 后端的样板/骨架烧瓶应用程序 运行前端后端 source website/venv/bin/activate ./manage.py 运行后台管理 source website/venv/bin/activate ./manage.py admin 运行api后端 source website/venv/bin/activate ./manage.py api 数据库版本控制 生成新的数据库版本 alembic revision --autogenerate -m "Initial setup" 将数据库升级到最新版本 alembic upgrade head