初始化
初始化迁移文件
python manage.py db init
将模型映射 添加到文件中
python manage.py db migrate
最后 映射到数据库中:
python manage.py db upgrade
manage.py 添加数据
命令行 添加数据
python manage.py create_user -u yunhai -e cao_cgq@163.com -p 1234
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
初始化迁移文件
python manage.py db init
将模型映射 添加到文件中
python manage.py db migrate
最后 映射到数据库中:
python manage.py db upgrade
命令行 添加数据
python manage.py create_user -u yunhai -e cao_cgq@163.com -p 1234