Update README.md

This commit is contained in:
mattieserver
2022-09-12 18:23:33 +02:00
committed by GitHub
parent 1f389b3faa
commit 291c033e34
+6 -1
View File
@@ -31,7 +31,12 @@ PLUGINS = ["netbox_topology_views"]
First run `source /opt/netbox/venv/bin/activate` to enter the Python virtual environment.
Then run `python3 manage.py collectstatic --no-input`
Then run
```bash
cd /opt/netbox/netbox
python3 manage.py collectstatic --no-input
```
### Versions