Skip to content

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

@chris240189

Description

@chris240189

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

Metadata

Metadata

Assignees

Labels

betaConcerns a bug/feature in a beta releaseseverity: lowDoes not significantly disrupt application functionality, or a workaround is availablestatus: acceptedThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the application

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions