Merge pull request #187 from jeffgdotorg/issues/186

[Docs]: Specify that it's necessary to run manage.py migrate #186
This commit is contained in:
Jeff Gehlbach 2024-04-10 10:18:19 -04:00 committed by GitHub
commit 685a91bb07
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -79,6 +79,12 @@ PLUGINS_CONFIG = {
}
```
To add the required `netbox-acls` tables to your NetBox database, run the `migrate` manager subcommand in the NetBox virtual environment:
```
cd /opt/netbox
sudo ./venv/bin/python3 netbox/manage.py migrate
```
## Developing
### VSCode + Docker + Dev Containers