Skip to content

Commit a881aa9

Browse files
author
Adam Charnock
committed
Adding fixture link to docs. This link will work once code is merged
1 parent c70b5f2 commit a881aa9

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/pages/docs/quickstart-django.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -168,10 +168,9 @@ urlpatterns = [
168168

169169
## Load some test data
170170

171-
**TODO:** Insert link to fixture
172-
173-
Now is a good time to load up some test data. The easiest option will be to download
174-
the ingredients.json fixture and place it in
171+
Now is a good time to load up some test data. The easiest option will be to
172+
[download the ingredients.json](https://raw.githubusercontent.com/graphql-python/graphene/feature/django/examples/cookbook/cookbook/ingredients/fixtures/ingredients.json)
173+
fixture and place it in
175174
`cookbook/ingredients/fixtures/ingredients.json`. You can then run the following:
176175

177176
```

0 commit comments

Comments
 (0)