2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-19 05:25:42 +00:00

settting to control app loading

This commit is contained in:
Matthias
2021-10-16 17:47:05 +02:00
parent c16c26c496
commit 99e4b6f6a5
4 changed files with 33 additions and 6 deletions

View File

@ -872,6 +872,12 @@ class InvenTreeSetting(BaseInvenTreeSetting):
'default': False,
'validator': bool,
},
'ENABLE_PLUGINS_APP': {
'name': _('Enable app integration'),
'description': _('Enable plugins to add apps'),
'default': False,
'validator': bool,
},
}
class Meta: