Skip to content

Commit ee0de9b

Browse files
authored
Merge pull request #56 from ndom91/patch-1
Update README - Migrate Instructions
2 parents 5dfc3d4 + 37bea95 commit ee0de9b

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)