Skip to content

Commit 13ca2fe

Browse files
committed
Merge pull request #138 from ilhan/fix_docs
Fix wrong path to graphene.contrib.django
2 parents 1f548f1 + 8c39543 commit 13ca2fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/pages/docs/introspection-schema.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ Graphene comes with a management command for Django to dump your schema data to
1414

1515
## Usage
1616

17-
Include `graphene.django.contrib` to `INSTALLED_APPS` in you project settings:
17+
Include `graphene.contrib.django` to `INSTALLED_APPS` in you project settings:
1818

1919
```python
20-
INSTALLED_APPS += ('graphene.django.contrib')
20+
INSTALLED_APPS += ('graphene.contrib.django')
2121
```
2222

2323
Assuming your Graphene schema is at `tutorial.quickstart.schema`, run the command:

0 commit comments

Comments
 (0)