You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/pages/docs/quickstart-django.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -168,10 +168,9 @@ urlpatterns = [
168
168
169
169
## Load some test data
170
170
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
175
174
`cookbook/ingredients/fixtures/ingredients.json`. You can then run the following:
0 commit comments