mirror of
https://github.com/graphql-python/graphene.git
synced 2025-02-02 20:54:16 +03:00
Merge pull request #138 from ilhan/fix_docs
Fix wrong path to graphene.contrib.django
This commit is contained in:
commit
13ca2fe77d
|
@ -14,10 +14,10 @@ Graphene comes with a management command for Django to dump your schema data to
|
|||
|
||||
## Usage
|
||||
|
||||
Include `graphene.django.contrib` to `INSTALLED_APPS` in you project settings:
|
||||
Include `graphene.contrib.django` to `INSTALLED_APPS` in you project settings:
|
||||
|
||||
```python
|
||||
INSTALLED_APPS += ('graphene.django.contrib')
|
||||
INSTALLED_APPS += ('graphene.contrib.django')
|
||||
```
|
||||
|
||||
Assuming your Graphene schema is at `tutorial.quickstart.schema`, run the command:
|
||||
|
|
Loading…
Reference in New Issue
Block a user