fix migration reloading

This commit is contained in:
Matthias Mair 2023-04-18 23:54:43 +02:00
parent d4a8b7d021
commit cad224dc73
No known key found for this signature in database
GPG Key ID: A593429DDA23B66A

View File

@ -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()