mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +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…
Reference in New Issue
Block a user