jsenecal / netbox-cable-labels

Plugin for netbox that allows the automatic generation of labels based on a user defined template
Other
37 stars 3 forks source link

./manage.py generate_labels issue #3

Open balpoint opened 11 months ago

balpoint commented 11 months ago

NetBox version 3.6.6 Describe the bug Not able to populate existing cables with a label

To Reproduce Steps to reproduce the behavior: (venv) [netbox@netbox ]$ ./manage.py generate_labels netbox_cable_labels plugin loaded. Unknown command: 'generate_labels'. Did you mean generateschema? Type 'manage.py help' for usage.

Expected behavior Expecting all existing cables to get a label

ChrisRecioHive commented 10 months ago

./manage.py generate_labels works when testing the plugin in developer mode but not when installed. python3 setup.py develop

jsenecal commented 8 months ago

Very sorry I missed the notifications for this.

Let me see if I can replicate

Loulougaming09 commented 2 months ago

Hi !

Have you been able to replicate it ?