Update django.md

main
Matt Huntington 5 years ago committed by GitHub
parent 5a3ab766b1
commit 147c742311
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -356,7 +356,7 @@ Install `whitenoise` to help with static files
python -m pip install whitenoise
```
Edit `django_rest_api/settings.py`
Edit `django_rest_api/settings.py` to include `whitenoise`
```python
MIDDLEWARE = [

Loading…
Cancel
Save