mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-18 21:15:41 +00:00
move flags
This commit is contained in:
@ -11,6 +11,6 @@ class PluginAppConfig(AppConfig):
|
||||
name = 'plugin'
|
||||
|
||||
def ready(self):
|
||||
if not settings.INTEGRATION_PLUGINS_RELOADING:
|
||||
if not plugins.is_loading:
|
||||
plugins.collect_plugins()
|
||||
plugins.load_plugins()
|
||||
|
Reference in New Issue
Block a user