Finish platform app

Update Dockerfile to use platform template for supervisord.

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2019-05-13 04:35:39 -04:00
parent 501acbfb0f
commit a38426d823
37 changed files with 934 additions and 172 deletions

View File

@@ -101,8 +101,13 @@ INSTALLED_APPS = (
'mayan.apps.mimetype',
'mayan.apps.navigation',
'mayan.apps.permissions',
'mayan.apps.platform',
'mayan.apps.rest_api',
'mayan.apps.smart_settings',
'mayan.apps.task_manager',
'mayan.apps.user_management',
# Project apps
'mayan.apps.motd',
# Document apps
'mayan.apps.cabinets',
'mayan.apps.checkouts',
@@ -118,13 +123,10 @@ INSTALLED_APPS = (
'mayan.apps.mayan_statistics',
'mayan.apps.metadata',
'mayan.apps.mirroring',
'mayan.apps.motd',
'mayan.apps.ocr',
'mayan.apps.rest_api',
'mayan.apps.sources',
'mayan.apps.storage',
'mayan.apps.tags',
'mayan.apps.task_manager',
# Placed after rest_api to allow template overriding
'drf_yasg',
)