We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e8f6db commit cb87f40Copy full SHA for cb87f40
README.md
@@ -20,6 +20,7 @@ pip install "graphene-django>=2.0"
20
```python
21
INSTALLED_APPS = (
22
# ...
23
+ 'django.contrib.staticfiles', # Required for GraphiQL
24
'graphene_django',
25
)
26
0 commit comments