示例#1
0
 def run(database=DEFAULT_DB_ALIAS, **kwargs):
   from freppledb.execute.export_database_plan import export
   export(database=database).run()
示例#2
0
 def run(database=DEFAULT_DB_ALIAS, **kwargs):
     from freppledb.execute.export_database_plan import export
     export(database=database).run()
示例#3
0
文件: commands.py 项目: DwBu/frePPLe
def exportPlan(database=DEFAULT_DB_ALIAS):
  from freppledb.execute.export_database_plan import export
  export(database=database).run()