We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1f548f1 + 8c39543 commit 13ca2feCopy full SHA for 13ca2fe
docs/pages/docs/introspection-schema.md
@@ -14,10 +14,10 @@ Graphene comes with a management command for Django to dump your schema data to
14
15
## Usage
16
17
-Include `graphene.django.contrib` to `INSTALLED_APPS` in you project settings:
+Include `graphene.contrib.django` to `INSTALLED_APPS` in you project settings:
18
19
```python
20
-INSTALLED_APPS += ('graphene.django.contrib')
+INSTALLED_APPS += ('graphene.contrib.django')
21
```
22
23
Assuming your Graphene schema is at `tutorial.quickstart.schema`, run the command:
0 commit comments