Exemplo n.º 1
0
def setup_app(command, conf, vars):
    """Place any commands to setup todo here"""
    load_environment(conf.global_conf, conf.local_conf)

    # Create the tables if they don't already exist
    meta.metadata.create_all(bind=meta.engine)