Hi,
I like to use this extension in my project. I tried to register the PluginManager and after this I like to get a list of all plugins found. Unfortunately I get an exception: Any idea why?
plugin_manager = PluginManager(app)
print get_all_plugins()
Exception:
return ctx.app.extensions.get('plugin_manager').all_plugins.values()
AttributeError: 'NoneType' object has no attribute 'app'
Hi,
I like to use this extension in my project. I tried to register the PluginManager and after this I like to get a list of all plugins found. Unfortunately I get an exception: Any idea why?
Exception: