Move datasync command logic to its own module

This commit is contained in:
Lance Edgar 2021-11-27 09:56:17 -06:00
parent 0e295b5a1c
commit a0054d223a
3 changed files with 201 additions and 163 deletions

View file

@ -200,7 +200,7 @@ backup = rattail.commands.backup:Backup
bouncer = rattail.commands.core:EmailBouncer
checkdb = rattail.commands.core:CheckDatabase
clonedb = rattail.commands.core:CloneDatabase
datasync = rattail.commands.core:DataSync
datasync = rattail.commands.datasync:DataSync
date-organize = rattail.commands.core:DateOrganize
execute-batch = rattail.commands.batch:ExecuteBatch
export-csv = rattail.commands.importing:ExportCSV