Skip to content

Commit

Permalink
Remove dupe instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtylerwalls committed Oct 31, 2024
1 parent a66efe7 commit ee04e84
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions releases/8.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,6 @@ JavaScript:
python manage.py updateproject
```

2. Within your project, with your Python 3 virtual environment activated:
```
python manage.py migrate
```

3. Create editable_future_graphs for your Resource Models using the command `python manage.py graph create_editable_future_graphs`. This will publish new versions of each Graph.

4. Update your Graph publications and Resource instances to point to the newly published Graphs by running `python manage.py graph publish --update -ui`
Expand Down

0 comments on commit ee04e84

Please sign in to comment.