From 93796daad777151b7165f50816073c953bddd600 Mon Sep 17 00:00:00 2001 From: cph Date: Mon, 17 Oct 2016 14:46:42 +0800 Subject: [PATCH 1/2] fix requirements --- examples/cookbook/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/cookbook/requirements.txt b/examples/cookbook/requirements.txt index 0fd3c2da8..78754fd37 100644 --- a/examples/cookbook/requirements.txt +++ b/examples/cookbook/requirements.txt @@ -1,4 +1,5 @@ -graphene[django] +graphene +graphene-django django_graphiql graphql-core django==1.9 From ae9e13d0add37998590c683c2d7d93f4a4ebcf47 Mon Sep 17 00:00:00 2001 From: cph Date: Mon, 17 Oct 2016 14:49:27 +0800 Subject: [PATCH 2/2] fix clone command in README --- examples/cookbook/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/cookbook/README.md b/examples/cookbook/README.md index f5d91500f..ea971e0f8 100644 --- a/examples/cookbook/README.md +++ b/examples/cookbook/README.md @@ -13,8 +13,8 @@ whole Graphene repository: ```bash # Get the example project code -git clone https://github.com/graphql-python/graphene.git -cd graphene/examples/cookbook +git clone https://github.com/graphql-python/graphene-django.git +cd graphene-django/examples/cookbook ``` It is good idea (but not required) to create a virtual environment