diff --git a/releases/8.0.0.md b/releases/8.0.0.md index 418fa4e637..e4530dfb4a 100644 --- a/releases/8.0.0.md +++ b/releases/8.0.0.md @@ -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`