mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-30 20:46:47 +00:00
more safer = more better ::inno:
This commit is contained in:
parent
4513ad5ab6
commit
e121ad374b
@ -293,7 +293,7 @@ class PluginAppConfig(AppConfig):
|
|||||||
# clear the registry for that app
|
# clear the registry for that app
|
||||||
# so that the import trick will work on reloading the same plugin
|
# so that the import trick will work on reloading the same plugin
|
||||||
# -> the registry is kept for the whole lifecycle
|
# -> the registry is kept for the whole lifecycle
|
||||||
if models:
|
if models and app_name in apps.all_models:
|
||||||
apps.all_models.pop(app_name)
|
apps.all_models.pop(app_name)
|
||||||
|
|
||||||
# remove plugin from installed_apps
|
# remove plugin from installed_apps
|
||||||
|
Loading…
x
Reference in New Issue
Block a user