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 = [