Skip to content

Commit a14aae2

Browse files
committed
AR feedback
1 parent 4d9999e commit a14aae2

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

source/django-get-started/django-create-app.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Create an Application
1616

1717
.. step:: Create a "sample_mflix" app
1818

19-
From your ``quickstart`` project directory, run the following command to create a
19+
From your project's root directory, run the following command to create a
2020
new Django app called ``sample_mflix`` based on a custom template:
2121

2222
.. code-block:: bash

source/django-get-started/django-create-deployment.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ your MongoDB database in the cloud.
1414
.. step:: Create a Free MongoDB deployment on Atlas
1515

1616
Complete the :atlas:`Get Started with Atlas </getting-started?tck=docs_driver_python>`
17-
guide to set up a new Atlas account and load sample data into a new free
18-
tier MongoDB deployment.
17+
guide to set up a new Atlas account and a free tier MongoDB deployment.
18+
Ensure that you **load sample data** and **add your IP address** to the IP access
19+
list.
1920

2021
.. step:: Save your Credentials
2122

source/django-get-started/django-install.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ Download and Install
4545
python3 -m venv venv
4646
. venv\Scripts\activate
4747

48+
.. tip::
49+
50+
In the preceding commands, you might need to replace
51+
``python3`` with the command that points to your Python
52+
interpreter.
53+
4854
.. step:: Install {+django-odm+}
4955

5056
With the virtual environment activated, run the following command to install

0 commit comments

Comments
 (0)