Installation¶
Requirements¶
- Python 3.12+
- NetBox 3.5+ (see COMPATIBILITY.md)
Install the package¶
Install from PyPI into the NetBox virtual environment:
To ensure the plugin is reinstalled on future NetBox upgrades, add it to local_requirements.txt:
Enable the plugin¶
Add the plugin to PLUGINS in your NetBox configuration.py:
Run migrations and collect static files¶
cd /opt/netbox/netbox
python manage.py migrate netbox_device_view
python manage.py collectstatic --no-input