Skip to content

Commit cb87f40

Browse files
committed
Document that staticfiles is now a dependency.
1 parent 7e8f6db commit cb87f40

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ pip install "graphene-django>=2.0"
2020
```python
2121
INSTALLED_APPS = (
2222
# ...
23+
'django.contrib.staticfiles', # Required for GraphiQL
2324
'graphene_django',
2425
)
2526

0 commit comments

Comments
 (0)