diff --git a/InvenTree/plugin/apps.py b/InvenTree/plugin/apps.py index 1a5951e781..784c30125a 100644 --- a/InvenTree/plugin/apps.py +++ b/InvenTree/plugin/apps.py @@ -283,11 +283,10 @@ class PluginAppConfig(AppConfig): settings.INSTALLED_APPS.remove(plugin) # reset load flag and reload apps - settings.INTEGRATION_APPS_PATHS = [] settings.INTEGRATION_APPS_LOADED = False self._reload_apps() - # update urls + # update urls to remove the apps from the site admin self._update_urls() def _update_urls(self):