Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 395 Bytes

File metadata and controls

39 lines (26 loc) · 395 Bytes

X-Village Web Course Accounting System Example

Setup

  • Run python shell
python
>>> from app import db
>>> db.create_all()
>>> exit()

Usage

Windows

set FLASK_APP=app.py
flask run

macOS/Linux

export FLASK_APP=app.py
flask run

Authors

Lee-W

License

MIT