Skip to content

Commit 46b101f

Browse files
authored
Update README.md
1 parent 3f478a1 commit 46b101f

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,15 @@ The Plugin contains static files for topology visualization. They should be serv
212212
(venv) $ python3 manage.py collectstatic
213213
```
214214

215+
### Apply Database Migrations
216+
217+
> For plugin version 0.8.0 and above.
218+
219+
Apply database migrations with Django `manage.py`:
220+
```
221+
(venv) $ python3 manage.py migrate
222+
```
223+
215224
### Restart Netbox
216225
Restart the WSGI service to apply changes:
217226
```
@@ -241,7 +250,7 @@ $ cd netbox-docker
241250
$ docker-compose down
242251
$ docker-compose up -d
243252
```
244-
Netbox Community Docker setup performs static file collection on every startup. No manual actions are required.
253+
Netbox Community Docker setup performs static file collection and database migrations on every startup. No manual actions are required.
245254

246255
# Usage
247256

0 commit comments

Comments
 (0)