[Change] Rename applications -> terminal

This commit is contained in:
ibuler
2017-12-01 17:28:47 +08:00
parent 19051d36dc
commit 61a8d95f46
37 changed files with 51 additions and 50 deletions

View File

@@ -33,7 +33,7 @@ app.conf.update(
'args': (),
},
'clean_terminal_history': {
'task': 'applications.tasks.clean_terminal_history',
'task': 'terminal.tasks.clean_terminal_history',
'schedule': 60*60*60,
'args': (),
}