cake-erp-challenge/create_db.py

4 lines
54 B
Python
Raw Normal View History

2021-10-14 15:02:23 -04:00
#!/bin/python3
2021-10-17 17:59:27 -04:00
from api.app import db
db.create_all()