From d1ec79afbc2b03723a96b83cb821214957724952 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20M=C3=A4der?= Date: Mon, 21 Jun 2021 10:12:17 +0200 Subject: [PATCH] Updated Using Netbox Plugins (markdown) --- Using-Netbox-Plugins.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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