Skip to content

Commit ffc6707

Browse files
author
Adam Charnock
committed
Adding graphene.contrib.django to INSTALLED_APPS in django quickstart
1 parent 442998c commit ffc6707

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/pages/docs/quickstart-django.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,9 @@ Add `django_graphiql` to `INSTALLED_APPS` in `cookbook/settings.py`:
142142
INSTALLED_APPS = [
143143
...
144144
'django_graphiql',
145+
146+
# This will also make the `graphql_schema` management command available
147+
'graphene.contrib.django',
145148
]
146149
```
147150

0 commit comments

Comments
 (0)