mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-15 03:25:42 +00:00
docstring
This commit is contained in:
@ -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'):
|
||||
|
Reference in New Issue
Block a user