File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff 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
216225Restart 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
You can’t perform that action at this time.
0 commit comments