示例#1
0
文件: websetup.py 项目: yzhukovs/todo
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)