Rename the mayan_task_manager app to task_manager.

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2017-06-30 17:55:47 -04:00
parent 219c82630a
commit 0d8081ad9d
20 changed files with 16 additions and 16 deletions

View File

@@ -93,7 +93,6 @@ INSTALLED_APPS = (
# 'folders',
'linking',
'mailer',
'mayan_task_manager',
'metadata',
'mirroring',
'motd',
@@ -103,6 +102,7 @@ INSTALLED_APPS = (
'statistics',
'storage',
'tags',
'task_manager',
# Placed after rest_api to allow template overriding
'rest_framework_swagger',
)