mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-03 13:58:47 +00:00
log if db not loaded
This commit is contained in:
parent
01cf848fbb
commit
4abb23963a
@ -32,7 +32,7 @@ class PluginAppConfig(AppConfig):
|
|||||||
self.activate_integration()
|
self.activate_integration()
|
||||||
except (OperationalError, ProgrammingError):
|
except (OperationalError, ProgrammingError):
|
||||||
# Exception if the database has not been migrated yet
|
# Exception if the database has not been migrated yet
|
||||||
pass
|
logger.debug('Database was not ready for loading PluginAppConfig')
|
||||||
|
|
||||||
def collect_plugins(self):
|
def collect_plugins(self):
|
||||||
"""collect integration plugins from all possible ways of loading"""
|
"""collect integration plugins from all possible ways of loading"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user