From ee04e848af47561d098119e42f27f3e4ef0c6a82 Mon Sep 17 00:00:00 2001 From: Jacob Walls Date: Thu, 31 Oct 2024 16:40:44 -0400 Subject: [PATCH] Remove dupe instruction --- releases/8.0.0.md | 5 ----- 1 file changed, 5 deletions(-) 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`