From a7279ce43e44048f415280edc8666bb9de889c91 Mon Sep 17 00:00:00 2001 From: Matthias Date: Wed, 17 Nov 2021 01:46:12 +0100 Subject: [PATCH] streamlining --- InvenTree/plugin/apps.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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):