mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-01-31 11:48:38 +03:00
Merge pull request #279 from nikolas/patch-1
intro tutorial: setup -> set up
This commit is contained in:
commit
77f036157b
|
@ -8,14 +8,14 @@ Our primary focus here is to give a good understanding of how to connect models
|
||||||
|
|
||||||
A good idea is to check the `graphene <http://docs.graphene-python.org/en/latest/>`__ documentation first.
|
A good idea is to check the `graphene <http://docs.graphene-python.org/en/latest/>`__ documentation first.
|
||||||
|
|
||||||
Setup the Django project
|
Set up the Django project
|
||||||
------------------------
|
-------------------------
|
||||||
|
|
||||||
You can find the entire project in ``examples/cookbook-plain``.
|
You can find the entire project in ``examples/cookbook-plain``.
|
||||||
|
|
||||||
----
|
----
|
||||||
|
|
||||||
We will setup the project, create the following:
|
We will set up the project, create the following:
|
||||||
|
|
||||||
- A Django project called ``cookbook``
|
- A Django project called ``cookbook``
|
||||||
- An app within ``cookbook`` called ``ingredients``
|
- An app within ``cookbook`` called ``ingredients``
|
||||||
|
|
Loading…
Reference in New Issue
Block a user