mirror of
https://github.com/inventree/InvenTree
synced 2025-07-25 21:03:55 +00:00
fix migration reloading
This commit is contained in:
@ -105,7 +105,7 @@ class AppMixin:
|
||||
|
||||
# reset load flag and reload apps
|
||||
settings.INTEGRATION_APPS_LOADED = False
|
||||
cls._reload_apps(force_reload=force_reload)
|
||||
registry._reload_apps(force_reload=force_reload)
|
||||
|
||||
# update urls to remove the apps from the site admin
|
||||
registry._update_urls()
|
||||
|
Reference in New Issue
Block a user