mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-11 12:16:58 +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 = [
|
||||
...
|
||||
'django_graphiql',
|
||||
|
||||
# This will also make the `graphql_schema` management command available
|
||||
'graphene.contrib.django',
|
||||
]
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user