Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
chris240189 opened this issue Aug 14, 2024 · 0 comments
Assignees
Labels
beta Concerns a bug/feature in a beta release severity: low Does not significantly disrupt application functionality, or a workaround is available status: accepted This issue has been accepted for implementation type: bug A confirmed report of unexpected behavior in the application

Comments

@chris240189
Copy link

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

@chris240189 chris240189 added status: needs triage This issue is awaiting triage by a maintainer type: bug A confirmed report of unexpected behavior in the application labels Aug 14, 2024
@arthanson arthanson added status: needs owner This issue is tentatively accepted pending a volunteer committed to its implementation severity: low Does not significantly disrupt application functionality, or a workaround is available status: accepted This issue has been accepted for implementation beta Concerns a bug/feature in a beta release and removed status: needs triage This issue is awaiting triage by a maintainer status: needs owner This issue is tentatively accepted pending a volunteer committed to its implementation labels Aug 15, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 14, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
beta Concerns a bug/feature in a beta release severity: low Does not significantly disrupt application functionality, or a workaround is available status: accepted This issue has been accepted for implementation type: bug A confirmed report of unexpected behavior in the application
Projects
None yet
Development

No branches or pull requests

3 participants