Installation¶
Requirements¶
- NetBox 4.5.8, 4.5.9, and 4.6.0 through 4.6.4
- Python 3.12+
- Optional HCP Packer Registry credentials for registry synchronization
Install¶
pip install netbox-packer
In configuration.py:
PLUGINS = [
"netbox_packer",
]
python manage.py migrate