We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 31085d8 + 04fc5a0 commit 77f0361Copy full SHA for 77f0361
docs/tutorial-plain.rst
@@ -8,14 +8,14 @@ Our primary focus here is to give a good understanding of how to connect models
8
9
A good idea is to check the `graphene <http://docs.graphene-python.org/en/latest/>`__ documentation first.
10
11
-Setup the Django project
12
-------------------------
+Set up the Django project
+-------------------------
13
14
You can find the entire project in ``examples/cookbook-plain``.
15
16
----
17
18
-We will setup the project, create the following:
+We will set up the project, create the following:
19
20
- A Django project called ``cookbook``
21
- An app within ``cookbook`` called ``ingredients``
0 commit comments