فهرست منبع

17159 fix plugin install instructions

Arthur Hanson 1 سال پیش
والد
کامیت
a3befd0abe
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      netbox/templates/core/inc/plugin_installation.html

+ 2 - 2
netbox/templates/core/inc/plugin_installation.html

@@ -18,8 +18,8 @@ PLUGINS=[
 <p>3. Still from the NetBox virtual environment, run database migrations and collect static files:</p>
 
 <pre class="block">
-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
 </pre>
 
 <p>4. Restart the NetBox services to complete the plugin installation:</p>