Skip to content

Commit be878e5

Browse files
committed
edits
1 parent 40ffb76 commit be878e5

File tree

5 files changed

+32
-2
lines changed

5 files changed

+32
-2
lines changed

source/django-get-started.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,6 @@ Get Started with {+django-odm+}
2525
Create a Connection String </django-get-started/django-connection-string/>
2626
Configure a MongoDB Connection </django-get-started/django-connect-mongodb/>
2727
Create an Application </django-get-started/django-create-app/>
28-
Write Data to MongoDB </django-get-started/django-write-data/>
28+
Write Data to MongoDB </django-get-started/django-write-data/>
29+
View MongoDB Data </django-get-started/django-view-data/>
30+
Next Steps </django-get-started/django-next-steps/>

source/django-get-started/django-connect-mongodb.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ Configure your MongoDB Connection
3636
the following file structure:
3737

3838
.. code-block:: bash
39+
:copyable: false
3940

4041
quickstart/
4142
manage.py

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Create an Application
119119
.. step:: Create migrations for your new models
120120

121121
From your project root, run the following command to create
122-
migrations for the ``Movies`` and ``Users`` models and Apply
122+
migrations for the ``Movies`` and ``Users`` models and apply
123123
the changes to the database:
124124

125125
.. code-block:: bash
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
.. _django-get-started-next-steps:
2+
3+
==========
4+
Next Steps
5+
==========
6+
7+
Congratulations on completing the {+django-odm+} tutorial!
8+
9+
In this tutorial, you created a Django application that
10+
connects to a MongoDB deployment hosted on MongoDB Atlas
11+
and interacts with data.
12+
13+
Learn more about {+django-odm+} from the following resources:
14+
15+
- :github:`django-mongodb </mongodb-labs/django-mongodb>` source code
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
.. _django-get-started-create-app:
2+
3+
=================
4+
View MongoDB Data
5+
=================
6+
7+
.. facet::
8+
:name: genre
9+
:values: tutorial
10+
11+
.. meta::
12+
:keywords: app, odm, code example

0 commit comments

Comments
 (0)