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 ce06e95 + ae9e13d commit d348ec8Copy full SHA for d348ec8
examples/cookbook/README.md
@@ -13,8 +13,8 @@ whole Graphene repository:
13
14
```bash
15
# Get the example project code
16
-git clone https://github.com/graphql-python/graphene.git
17
-cd graphene/examples/cookbook
+git clone https://github.com/graphql-python/graphene-django.git
+cd graphene-django/examples/cookbook
18
```
19
20
It is good idea (but not required) to create a virtual environment
examples/cookbook/requirements.txt
@@ -1,4 +1,5 @@
1
-graphene[django]
+graphene
2
+graphene-django
3
django_graphiql
4
graphql-core
5
django==1.9
0 commit comments