InvisibleEmbrace / wx-flask

flask+微信小程序

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

wx-flask

About

flask+微信小程序


Languages

Language:JavaScript 76.9%Language:CSS 11.9%Language:HTML 6.8%Language:Python 4.3%