Skip to content

Commit 37bea95

Browse files
authored
Update README - Migrate Instructions
I don't know if I'm doing something wrong, but every netbox plugin I've come across since the plugin architecture was released recently seems to skip the step about running the migrations in their docs.
1 parent 5dfc3d4 commit 37bea95

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ PLUGINS = ["netbox_onboarding"]
3535
# }
3636
```
3737

38+
Finally, make sure to run the migrations for this plugin
39+
40+
```bash
41+
python3 manage.py migrate
42+
```
43+
3844
The plugin behavior can be controlled with the following list of settings
3945

4046
- `create_platform_if_missing` boolean (default True), If True, a new platform object will be created if the platform discovered by netmiko do not already exist and is in the list of supported platforms (`cisco_ios`, `cisco_nxos`, `arista_eos`, `juniper_junos`, `cisco_xr`)

0 commit comments

Comments
 (0)