Skip to content

Commit d1237b4

Browse files
committed
Update demo data for NetBox v3.1
1 parent dbbef3b commit d1237b4

File tree

2 files changed

+65
-434
lines changed

2 files changed

+65
-434
lines changed

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The following steps are necessary **only** if you intend to save a snapshot of d
4949

5050
```bash
5151
source /opt/netbox/venv/bin/activate
52-
./manage.py dumpdata --natural-foreign --natural-primary -e extras.Script -e extras.Report -e extras.ObjectChange --indent 2 -o netbox-demo-$VERSION.json
52+
./manage.py dumpdata --natural-foreign --natural-primary -e extras.Script -e extras.Report -e extras.ObjectChange -e django_rq --indent 2 -o netbox-demo-$VERSION.json
5353

5454
# NetBox Docker
5555
docker-compose exec netbox bash -c "source /opt/netbox/venv/bin/activate && ./manage.py dumpdata --natural-foreign --natural-primary -e extras.Script -e extras.Report -e extras.ObjectChange --indent 2" > netbox-demo-$VERSION.json

0 commit comments

Comments
 (0)