mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-14 09:51:22 -06:00
Add schema migrations to plugins installation doc
This commit is contained in:
parent
d4b96a5a27
commit
0d01a3fce8
@ -64,6 +64,15 @@ PLUGINS_CONFIG = {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Run Database Migrations
|
||||||
|
|
||||||
|
If the plugin introduces new database models, run the provided schema migrations:
|
||||||
|
|
||||||
|
```no-highlight
|
||||||
|
(venv) $ cd /opt/netbox/netbox/
|
||||||
|
(venv) $ python3 manage.py migrate
|
||||||
|
```
|
||||||
|
|
||||||
### Collect Static Files
|
### Collect Static Files
|
||||||
|
|
||||||
Plugins may package static files to be served directly by the HTTP front end. Ensure that these are copied to the static root directory with the `collectstatic` management command:
|
Plugins may package static files to be served directly by the HTTP front end. Ensure that these are copied to the static root directory with the `collectstatic` management command:
|
||||||
|
Loading…
Reference in New Issue
Block a user