Skip to content

Commit d348ec8

Browse files
authored
Merge pull request #24 from stegben/fix-cookbook-example
Fix cookbook example
2 parents ce06e95 + ae9e13d commit d348ec8

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

examples/cookbook/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ whole Graphene repository:
1313

1414
```bash
1515
# Get the example project code
16-
git clone https://github.com/graphql-python/graphene.git
17-
cd graphene/examples/cookbook
16+
git clone https://github.com/graphql-python/graphene-django.git
17+
cd graphene-django/examples/cookbook
1818
```
1919

2020
It is good idea (but not required) to create a virtual environment

examples/cookbook/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
graphene[django]
1+
graphene
2+
graphene-django
23
django_graphiql
34
graphql-core
45
django==1.9

0 commit comments

Comments
 (0)