diff --git a/Using-Netbox-Plugins.md b/Using-Netbox-Plugins.md index bd394ea..64faa48 100644 --- a/Using-Netbox-Plugins.md +++ b/Using-Netbox-Plugins.md @@ -65,4 +65,10 @@ To build and deploy this in docker two commands are required. ``` docker-compose build --no-cache docker-compose up -d -``` \ No newline at end of file +``` + +## Troubleshooting + +### Plugin does not load + +Note that the plugin name for pip can be different from the name used to load the plugin. I.e. `plugin-name` for pip and `plugin_name` for the config file. \ No newline at end of file