mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-02 21:38:48 +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()
|
||||
except (OperationalError, ProgrammingError):
|
||||
# Exception if the database has not been migrated yet
|
||||
pass
|
||||
logger.debug('Database was not ready for loading PluginAppConfig')
|
||||
|
||||
def collect_plugins(self):
|
||||
"""collect integration plugins from all possible ways of loading"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user