File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
source/django-get-started Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Create an Application
16
16
17
17
.. step:: Create a "sample_mflix" app
18
18
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
20
20
new Django app called ``sample_mflix`` based on a custom template:
21
21
22
22
.. code-block:: bash
Original file line number Diff line number Diff line change @@ -14,8 +14,9 @@ your MongoDB database in the cloud.
14
14
.. step:: Create a Free MongoDB deployment on Atlas
15
15
16
16
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.
19
20
20
21
.. step:: Save your Credentials
21
22
Original file line number Diff line number Diff line change @@ -45,6 +45,12 @@ Download and Install
45
45
python3 -m venv venv
46
46
. venv\Scripts\activate
47
47
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
+
48
54
.. step:: Install {+django-odm+}
49
55
50
56
With the virtual environment activated, run the following command to install
You can’t perform that action at this time.
0 commit comments