diff --git a/InvenTree/plugin/apps.py b/InvenTree/plugin/apps.py index 202e1570e2..6ebaf2215a 100644 --- a/InvenTree/plugin/apps.py +++ b/InvenTree/plugin/apps.py @@ -30,7 +30,11 @@ class PluginAppConfig(AppConfig): if not registry.is_loading: # this is the first startup + + # make sure all plugins are installed registry.install_plugin_file() + + # get plugins and init them registry.collect_plugins() registry.load_plugins()