[Docs]: Specify that it's necessary to run manage.py migrate #186

This commit is contained in:
Jeff Gehlbach 2024-04-02 09:53:33 -04:00
parent 9c65bb1c90
commit 700f31150e

View File

@ -79,6 +79,11 @@ PLUGINS_CONFIG = {
}
```
To add the required `netbox-acls` tables to your NetBox database, run the `migrate` manager subcommand in your NetBox directory:
```
./manage.py migrate
```
## Developing
### VSCode + Docker + Dev Containers