示例#1
0
def export_active_users():
    from staff.backup import BackupManager
    manager = BackupManager()
    manager.export_active_users()
示例#2
0
文件: tasks.py 项目: rtt-mmk/nadine
def export_active_users():
    from staff.backup import BackupManager
    manager = BackupManager()
    manager.export_active_users()
示例#3
0
 def handle(self, *labels, **options):
     manager = BackupManager()
     manager.export_active_users()