Document that staticfiles is now a dependency.

This commit is contained in:
Dan Palmer 2018-08-30 20:59:09 +01:00
parent 7e8f6dbd4e
commit cb87f40165
No known key found for this signature in database
GPG Key ID: DD869B28A1B7AA92

View File

@ -20,6 +20,7 @@ pip install "graphene-django>=2.0"
```python ```python
INSTALLED_APPS = ( INSTALLED_APPS = (
# ... # ...
'django.contrib.staticfiles', # Required for GraphiQL
'graphene_django', 'graphene_django',
) )