Extending the platform
Plugins
Plugins are a way to extend the platform.
Writing a plugin
Plugins are installable pip packages, they should have a noxus.Plugin
class that calls noxus.register_plugin
.
Each of these methods returns a customizable type which we will explain further down. The plugin will use the default implementation if you do not override it.
After you have published this plugin, you can install it in the Spot platform by going to the /admin/home/plugins page and filling in the necessary details to make it fetchable and importable. Note: this is only available in on-premise installations.