2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 21:15:41 +00:00

move flags

This commit is contained in:
Matthias
2021-11-20 18:07:05 +01:00
parent 3aa40ce3e9
commit 308348f051
3 changed files with 7 additions and 4 deletions

View File

@ -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()