Add 'datasync' daemon.
First attempt, but already seems to work as good or better than 'dbsync'.
This commit is contained in:
parent
e12aba7174
commit
e62a570951
13 changed files with 893 additions and 1 deletions
1
setup.py
1
setup.py
|
@ -207,6 +207,7 @@ rattailw = rattail.commands:main
|
|||
[rattail.commands]
|
||||
adduser = rattail.commands:AddUser
|
||||
bouncer = rattail.commands:EmailBouncer
|
||||
datasync = rattail.commands:DataSync
|
||||
date-organize = rattail.commands:DateOrganize
|
||||
dbsync = rattail.commands:DatabaseSyncCommand
|
||||
dump = rattail.commands:Dump
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue