diff --git a/Using-Netbox-Plugins.md b/Using-Netbox-Plugins.md index 9647bee..167b678 100644 --- a/Using-Netbox-Plugins.md +++ b/Using-Netbox-Plugins.md @@ -71,6 +71,6 @@ docker-compose up -d ### Plugin does not load -The error is something like `django.core.exceptions.ImproperlyConfigured: Unable to import plugin nextbox-plugin: Module not found.` +The error is something like `django.core.exceptions.ImproperlyConfigured: Unable to import plugin nextbox-plugin: Module not found`. Note that the plugin name for pip can be different from the name used to load the plugin. I.e. `netbox-plugin` for pip and `netbox_plugin` (note the underscore) for the config file. \ No newline at end of file