NetBox 4.1 Plugin Catalog Integration installation instructions contain an error in the path of manage.py #10091

Closed
opened 2025-12-29 21:26:46 +01:00 by adam · 0 comments
Owner

Originally created by @chris240189 on GitHub (Aug 14, 2024).

Originally assigned to: @arthanson on GitHub.

Deployment Type

Self-hosted

NetBox Version

v4.1-beta1

Python Version

3.11

Steps to Reproduce

Go to System -> Plugins of any of the listed plugins. For example "Reorder Rack".

Go to the "Install" tab.

In section 3 it says:
python3 /opt/netbox/netbox/netbox/manage.py migrate python3 /opt/netbox/netbox/netbox/manage.py collectstatic

the path to manage.py should be /opt/netbox/netbox/manage.py

Expected Behavior

The install instructions shouldn't produce errors due to wrong paths.

Observed Behavior

python3: can't open file '/opt/netbox/netbox/netbox/manage.py': [Errno 2] No such file or directory

Originally created by @chris240189 on GitHub (Aug 14, 2024). Originally assigned to: @arthanson on GitHub. ### Deployment Type Self-hosted ### NetBox Version v4.1-beta1 ### Python Version 3.11 ### Steps to Reproduce Go to System -> Plugins of any of the listed plugins. For example "Reorder Rack". Go to the "Install" tab. In section 3 it says: `python3 /opt/netbox/netbox/netbox/manage.py migrate python3 /opt/netbox/netbox/netbox/manage.py collectstatic` the path to manage.py should be `/opt/netbox/netbox/manage.py` ### Expected Behavior The install instructions shouldn't produce errors due to wrong paths. ### Observed Behavior python3: can't open file '/opt/netbox/netbox/netbox/manage.py': [Errno 2] No such file or directory
adam added the type: bugstatus: acceptedbetaseverity: low labels 2025-12-29 21:26:46 +01:00
adam closed this issue 2025-12-29 21:26:46 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#10091