From 147c74231187b268afed08ce15d4535d5417c00a Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Wed, 17 Feb 2021 23:18:27 -0500 Subject: [PATCH] Update django.md --- django.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = [