Plugin version
1.1.9
NetBox version
v4.5.9
Python version
3.9
Steps to Reproduce
If I follow the instructions of "To install, simply include this plugin in the plugins configuration section of netbox.", when I restart netbox, it fails to start because the python code for netbox_lifecycle is still missing.
Running (inside the netbox venv) pip install netbox-lifecycle solves the problem.
Presumably adding it to local-requirements.txt and re-updating would also solve the problem.
Similarly, the database migration procedure must also be run after installing netbox-lifecycle.
Expected Behavior
Per the README, adding one line to PLUGINS should have sufficed.
Observed Behavior
Netbox crashed and would not start.
Plugin version
1.1.9
NetBox version
v4.5.9
Python version
3.9
Steps to Reproduce
If I follow the instructions of "To install, simply include this plugin in the plugins configuration section of netbox.", when I restart netbox, it fails to start because the python code for netbox_lifecycle is still missing.
Running (inside the netbox venv)
pip install netbox-lifecyclesolves the problem.Presumably adding it to local-requirements.txt and re-updating would also solve the problem.
Similarly, the database migration procedure must also be run after installing netbox-lifecycle.
Expected Behavior
Per the README, adding one line to PLUGINS should have sufficed.
Observed Behavior
Netbox crashed and would not start.