mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
streamlining
This commit is contained in:
parent
b563bbee00
commit
a7279ce43e
@ -283,11 +283,10 @@ class PluginAppConfig(AppConfig):
|
|||||||
settings.INSTALLED_APPS.remove(plugin)
|
settings.INSTALLED_APPS.remove(plugin)
|
||||||
|
|
||||||
# reset load flag and reload apps
|
# reset load flag and reload apps
|
||||||
settings.INTEGRATION_APPS_PATHS = []
|
|
||||||
settings.INTEGRATION_APPS_LOADED = False
|
settings.INTEGRATION_APPS_LOADED = False
|
||||||
self._reload_apps()
|
self._reload_apps()
|
||||||
|
|
||||||
# update urls
|
# update urls to remove the apps from the site admin
|
||||||
self._update_urls()
|
self._update_urls()
|
||||||
|
|
||||||
def _update_urls(self):
|
def _update_urls(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user