Add setting migrations to apps
Add setting migrations for the common, converter, documents, file metadata, and document signatures app. Signed-off-by: Roberto Rosario <roberto.rosario@mayan-edms.com>
This commit is contained in:
@@ -8,8 +8,12 @@ from .literals import (
|
||||
DEFAULT_LIBREOFFICE_PATH, DEFAULT_PDFTOPPM_DPI, DEFAULT_PDFTOPPM_FORMAT,
|
||||
DEFAULT_PDFTOPPM_PATH, DEFAULT_PDFINFO_PATH, DEFAULT_PILLOW_FORMAT
|
||||
)
|
||||
from .setting_migrations import ConvertSettingMigration
|
||||
|
||||
namespace = Namespace(label=_('Converter'), name='converter')
|
||||
namespace = Namespace(
|
||||
label=_('Converter'), migration_class=ConvertSettingMigration,
|
||||
name='converter', version='0002'
|
||||
)
|
||||
|
||||
setting_graphics_backend = namespace.add_setting(
|
||||
default='mayan.apps.converter.backends.python.Python',
|
||||
|
||||
Reference in New Issue
Block a user