From 6d06861a972702a00901e264dab79eb614765ae9 Mon Sep 17 00:00:00 2001 From: Arthur Hanson Date: Thu, 15 Aug 2024 18:31:08 +0700 Subject: [PATCH] 17159 fix plugin install instructions --- netbox/templates/core/inc/plugin_installation.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: