mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
fix migration reloading
This commit is contained in:
parent
d4a8b7d021
commit
cad224dc73
@ -105,7 +105,7 @@ class AppMixin:
|
|||||||
|
|
||||||
# reset load flag and reload apps
|
# reset load flag and reload apps
|
||||||
settings.INTEGRATION_APPS_LOADED = False
|
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
|
# update urls to remove the apps from the site admin
|
||||||
registry._update_urls()
|
registry._update_urls()
|
||||||
|
Loading…
Reference in New Issue
Block a user