File tree Expand file tree Collapse file tree 2 files changed +65
-434
lines changed Expand file tree Collapse file tree 2 files changed +65
-434
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ The following steps are necessary **only** if you intend to save a snapshot of d
49
49
50
50
``` bash
51
51
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
53
53
54
54
# NetBox Docker
55
55
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
You can’t perform that action at this time.
0 commit comments