mirror of
https://github.com/lucaspalomodevelop/netbox-acls.git
synced 2026-03-12 23:27:23 +00:00
Revise migrate command to include venv
This commit is contained in:
parent
700f31150e
commit
a7961b0d9e
@ -79,9 +79,10 @@ PLUGINS_CONFIG = {
|
||||
}
|
||||
```
|
||||
|
||||
To add the required `netbox-acls` tables to your NetBox database, run the `migrate` manager subcommand in your NetBox directory:
|
||||
To add the required `netbox-acls` tables to your NetBox database, run the `migrate` manager subcommand in the NetBox virtual environment:
|
||||
```
|
||||
./manage.py migrate
|
||||
cd /opt/netbox
|
||||
sudo ./venv/bin/python3 netbox/manage.py migrate
|
||||
```
|
||||
|
||||
## Developing
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user