mirror of
https://github.com/lucaspalomodevelop/netbox-acls.git
synced 2026-03-12 23:27:23 +00:00
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:
commit
685a91bb07
@ -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
|
## Developing
|
||||||
|
|
||||||
### VSCode + Docker + Dev Containers
|
### VSCode + Docker + Dev Containers
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user