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

just run install

This commit is contained in:
Matthias
2022-03-15 01:24:58 +01:00
parent 38938e892b
commit d9d2f39072
3 changed files with 20 additions and 13 deletions

View File

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