mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-17 04:25:42 +00:00
docs
This commit is contained in:
@ -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()
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user