Skip to content

xdhuxc/xflask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xflask

程序启动方式

python xflask.py runserver --host 0.0.0.0 --port 1994

其他命令

pip freeze > requirements.txt
pip install -r requirements.txt

扩展安装

需要在虚拟环境中安装


数据库迁移

1、migrate 子命令用于自动创建迁移脚本

python xflask.py db migrate

2、把迁移应用到数据库中,且不影响其中保存的数据

python xflask.py db migrate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published