Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 123 Bytes

File metadata and controls

5 lines (4 loc) · 123 Bytes

Create database from command. Start python from terminal.

from api import db, create_app db.create_all(app=create_app())