Skip to content

Commit

Permalink
Advise migrating with --skip-checks
Browse files Browse the repository at this point in the history
The system check in GraphModel.check() depends on the migrated
model.
  • Loading branch information
jacobtylerwalls committed Nov 19, 2024
1 parent 4775a4e commit f5c637a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion releases/8.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ JavaScript:
1. Within your project, with your Python 3 virtual environment activated run:
```
python manage.py migrate
python manage.py migrate --skip-checks
```
1. Then run:
Expand Down

0 comments on commit f5c637a

Please sign in to comment.