mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
docstring
This commit is contained in:
parent
e82c93ffae
commit
4171fe42d9
@ -8,6 +8,7 @@ PLUGIN_BASE = 'plugin' # Constant for links
|
||||
|
||||
|
||||
def get_integration_urls():
|
||||
"""collect all plugin urls"""
|
||||
urls = []
|
||||
for plugin in settings.INTEGRATION_PLUGINS.values():
|
||||
if plugin.mixin_enabled('urls'):
|
||||
|
Loading…
Reference in New Issue
Block a user