cake-erp-challenge/create_db.py

4 lines
54 B
Python
Executable File

#!/bin/python3
from api.app import db
db.create_all()