From c024034c67ba0390b65a43ff9801d2bd09544e54 Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Wed, 17 Feb 2021 13:57:28 -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 f8417a4..fe700df 100644 --- a/django.md +++ b/django.md @@ -167,7 +167,7 @@ Install `djangorestframework`: python -m pip install djangorestframework ``` -edit django_rest_api/settings.py +edit django_rest_api/settings.py to tell django to use djangorestframework ```python INSTALLED_APPS = [