2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-20 03:36:30 +00:00

[FR] [Plugin] Check if all plugins are really installed

Fixes 
This commit is contained in:
Matthias
2022-03-14 23:50:09 +01:00
parent 2d4cc91701
commit 38938e892b
2 changed files with 20 additions and 0 deletions
InvenTree/plugin

@@ -30,6 +30,7 @@ class PluginAppConfig(AppConfig):
if not registry.is_loading:
# this is the first startup
registry.check_plugin_file()
registry.collect_plugins()
registry.load_plugins()