Beispiel #1
0
def create_database():
    create_db(app)
Beispiel #2
0
def create_database():
    """Create all database tables"""
    create_db(app)
Beispiel #3
0
def create_database():
    """Create all database tables"""
    create_db(app)
Beispiel #4
0
def create_database():
    create_db(app)