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