Skip to content

Commit 104bf33

Browse files
committed
Add note about running trace_paths
1 parent f82bd86 commit 104bf33

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ Finally, load the demo data fixtures from the JSON file.
3030
./manage.py loaddata -v 3 netbox-demo-$VERSION.json
3131
```
3232

33+
> [!IMPORTANT]
34+
> After loading the data, it may be necessary to run the following command to fix cable path traces: `manage.py trace_paths --force`. (Ensure that NetBox's' Python virtual environment is active before executing this command.)
35+
3336
### Docker Commands
3437

3538
```

0 commit comments

Comments
 (0)