Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 432 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 432 Bytes

FlaskOrderFood

慕课网: flask构建微信小程序订餐系统

Python Flask订餐系统

启动

  • export ops_config=local|production && python manage.py runserver

flask-sqlacodegen

flask-sqlacodegen 'mysql://root:[email protected]/food_db' --outfile "common/models/model.py" --flask flask-sqlacodegen 'mysql://root:[email protected]/food_db' --tables user --outfile "common/models/user.py" --flask