Exemplo n.º 1
0
#!/usr/bin/env python
from sbcswebsite.application import app
from sbcswebsite.models import db

db.create_all()
Exemplo n.º 2
0
def init_db():
    from sbcswebsite.models import db
    db.create_all()