mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
docs
This commit is contained in:
parent
e398d64885
commit
5f9a549918
@ -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()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user