mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-05-16 22:03:47 +03:00
Merge pull request #24 from stegben/fix-cookbook-example
Fix cookbook example
This commit is contained in:
commit
d348ec89c5
|
@ -13,8 +13,8 @@ whole Graphene repository:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Get the example project code
|
# Get the example project code
|
||||||
git clone https://github.com/graphql-python/graphene.git
|
git clone https://github.com/graphql-python/graphene-django.git
|
||||||
cd graphene/examples/cookbook
|
cd graphene-django/examples/cookbook
|
||||||
```
|
```
|
||||||
|
|
||||||
It is good idea (but not required) to create a virtual environment
|
It is good idea (but not required) to create a virtual environment
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
graphene[django]
|
graphene
|
||||||
|
graphene-django
|
||||||
django_graphiql
|
django_graphiql
|
||||||
graphql-core
|
graphql-core
|
||||||
django==1.9
|
django==1.9
|
||||||
|
|
Loading…
Reference in New Issue
Block a user