2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-16 20:15:44 +00:00
This commit is contained in:
Matthias
2022-03-15 01:27:14 +01:00
parent e398d64885
commit 5f9a549918

View File

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