mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-30 20:46:47 +00:00
this is simpler to read
This commit is contained in:
parent
1aafec7107
commit
dbfe0d39ea
@ -176,7 +176,7 @@ class PluginAppConfig(AppConfig):
|
|||||||
def activate_integration_app(self, plugins):
|
def activate_integration_app(self, plugins):
|
||||||
from common.models import InvenTreeSetting
|
from common.models import InvenTreeSetting
|
||||||
|
|
||||||
if settings.PLUGIN_TESTING or (InvenTreeSetting.get_setting('ENABLE_PLUGINS_APP')):
|
if settings.PLUGIN_TESTING or InvenTreeSetting.get_setting('ENABLE_PLUGINS_APP'):
|
||||||
logger.info('Registering IntegrationPlugin apps')
|
logger.info('Registering IntegrationPlugin apps')
|
||||||
apps_changed = False
|
apps_changed = False
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user