mirror of
https://github.com/graphql-python/graphene.git
synced 2025-02-02 20:54:16 +03:00
Adding fixture link to docs. This link will work once code is merged
This commit is contained in:
parent
c70b5f2f0d
commit
a881aa94e4
|
@ -168,10 +168,9 @@ urlpatterns = [
|
||||||
|
|
||||||
## Load some test data
|
## Load some test data
|
||||||
|
|
||||||
**TODO:** Insert link to fixture
|
Now is a good time to load up some test data. The easiest option will be to
|
||||||
|
[download the ingredients.json](https://raw.githubusercontent.com/graphql-python/graphene/feature/django/examples/cookbook/cookbook/ingredients/fixtures/ingredients.json)
|
||||||
Now is a good time to load up some test data. The easiest option will be to download
|
fixture and place it in
|
||||||
the ingredients.json fixture and place it in
|
|
||||||
`cookbook/ingredients/fixtures/ingredients.json`. You can then run the following:
|
`cookbook/ingredients/fixtures/ingredients.json`. You can then run the following:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue
Block a user