Adding fixture link to docs. This link will work once code is merged

This commit is contained in:
Adam Charnock 2015-12-31 03:05:19 +00:00
parent c70b5f2f0d
commit a881aa94e4

View File

@ -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:
``` ```