Example #1
0
def sysaction_initiate_schema():
    schema = DatabaseSchema(conn_url())
    schema.initiate()
    return redirect("/sysadmin/")