mirror of
https://github.com/graphql-python/graphene.git
synced 2025-02-02 20:54:16 +03:00
Adding graphene.contrib.django to INSTALLED_APPS in django quickstart
This commit is contained in:
parent
442998cbb3
commit
ffc6707fbf
|
@ -142,6 +142,9 @@ Add `django_graphiql` to `INSTALLED_APPS` in `cookbook/settings.py`:
|
||||||
INSTALLED_APPS = [
|
INSTALLED_APPS = [
|
||||||
...
|
...
|
||||||
'django_graphiql',
|
'django_graphiql',
|
||||||
|
|
||||||
|
# This will also make the `graphql_schema` management command available
|
||||||
|
'graphene.contrib.django',
|
||||||
]
|
]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user