# orderfood **Repository Path**: ranhaolj/orderfood ## Basic Information - **Project Name**: orderfood - **Description**: 点餐系统后台 - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-11-04 - **Last Updated**: 2022-11-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Python Flask订餐系统 ===================== ##启动 * export ops_config=local|production && python manage.py runserver ##flask-sqlacodegen flask-sqlacodegen 'mysql://root:123456@127.0.0.1/food_db' --outfile "common/models/model.py" --flask flask-sqlacodegen 'mysql://root:123456@127.0.0.1/food_db' --tables user --outfile "common/models/user.py" --flask