mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-29 20:16:44 +00:00
imports are not tested
This commit is contained in:
parent
6437674ca8
commit
ca07c5f12c
@ -21,7 +21,7 @@ class PluginAppConfig(AppConfig):
|
|||||||
def ready(self):
|
def ready(self):
|
||||||
if settings.PLUGINS_ENABLED:
|
if settings.PLUGINS_ENABLED:
|
||||||
|
|
||||||
if isImportingData():
|
if isImportingData(): # pragma: no cover
|
||||||
logger.info('Skipping plugin loading for data import')
|
logger.info('Skipping plugin loading for data import')
|
||||||
else:
|
else:
|
||||||
logger.info('Loading InvenTree plugins')
|
logger.info('Loading InvenTree plugins')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user