ArnesSI / netbox-inventory

Manage your hardware inventory in NetBox
MIT License
186 stars 14 forks source link

Versão 1.6.x #175

Open Matheus04chagas opened 1 month ago

Matheus04chagas commented 1 month ago

Estou com um problema na versão 4.0 do netbox em relação a plugins. Precisava da versão 1.6 desse plugin pois estou na versão 3.7 do netbox, mas não encontro aqui, alguém pode me ajudar?


I have a problem in version 4.0 of netbox regarding plugins. I needed version 1.6 of this plugin because I'm on version 3.7 of netbox, but I can't find it here, can anyone help me?

cs-1 commented 1 month ago

The last netbox-inventory version that runs on NetBox v3.7 is v1.6.0 (https://github.com/ArnesSI/netbox-inventory/releases/tag/v1.6.0). You can install it by issuing

pip install 'netbox-inventory==1.6.0'

Make sure to pin the version in local_requirements.txt as well:

netbox-inventory==1.6.0

Apart from that, follow netbox-inventory's installation instructions.