Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 101 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 101 Bytes

Generate migrations:

flask db migrate -m "Add canceling order properties"

Start app:

flask run