diff --git a/netbox/templates/core/inc/plugin_installation.html b/netbox/templates/core/inc/plugin_installation.html index f1878fb97..61d0e512c 100644 --- a/netbox/templates/core/inc/plugin_installation.html +++ b/netbox/templates/core/inc/plugin_installation.html @@ -18,8 +18,8 @@ PLUGINS=[

3. Still from the NetBox virtual environment, run database migrations and collect static files:

-python3 /opt/netbox/netbox/netbox/manage.py migrate
-python3 /opt/netbox/netbox/netbox/manage.py collectstatic
+python3 /opt/netbox/netbox/manage.py migrate
+python3 /opt/netbox/netbox/manage.py collectstatic
 

4. Restart the NetBox services to complete the plugin installation: