mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-30 20:46:47 +00:00
docs
This commit is contained in:
parent
e398d64885
commit
5f9a549918
@ -30,7 +30,11 @@ class PluginAppConfig(AppConfig):
|
|||||||
|
|
||||||
if not registry.is_loading:
|
if not registry.is_loading:
|
||||||
# this is the first startup
|
# this is the first startup
|
||||||
|
|
||||||
|
# make sure all plugins are installed
|
||||||
registry.install_plugin_file()
|
registry.install_plugin_file()
|
||||||
|
|
||||||
|
# get plugins and init them
|
||||||
registry.collect_plugins()
|
registry.collect_plugins()
|
||||||
registry.load_plugins()
|
registry.load_plugins()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user