Skip to content

Commit 9b612a1

Browse files
committed
Merging changes synced from https://github.com/MicrosoftDocs/visualstudio-docs-pr (branch live)
2 parents c2f88a5 + cc88ccc commit 9b612a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/python/learn-django-in-visual-studio-step-01-project-and-solution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Answer: Yes. To disable auto-commit, go to the **Settings** page in **Team Explo
112112

113113
## Step 1-3: Create the virtual environment and exclude it from source control
114114

115-
Now that you've configured source control for your project, you can create the virtual environment the necessary Django packages that the project requires. You can then use **Team Explorer** to exclude the environment's folder from source control.
115+
Now that you've configured source control for your project, you can create the virtual environment that contains the necessary Django packages for the project. You can then use **Team Explorer** to exclude the environment's folder from source control.
116116

117117
1. In **Solution Explorer**, right-click the **Python Environments** node and select **Add Virtual Environment**.
118118

0 commit comments

Comments
 (0)