diff --git a/django.md b/django.md index 2e3544b..8354126 100644 --- a/django.md +++ b/django.md @@ -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 = [