Updated Using Netbox Plugins (markdown)

Christian Mäder 2021-06-21 10:16:26 +02:00
parent 0142dd375f
commit b2a55fb23d

@ -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.