From 5f9a549918bb5f63d4f9e6a056833d63709b8a2e Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 15 Mar 2022 01:27:14 +0100 Subject: [PATCH] docs --- InvenTree/plugin/apps.py | 4 ++++ 1 file changed, 4 insertions(+) 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()