From f1f44a344f5b31e8773a7468815a1f7307c30fcf Mon Sep 17 00:00:00 2001 From: AdilSheraz Date: Sat, 5 Mar 2022 19:05:29 +0500 Subject: [PATCH] Update index.md insertion of 'rest_framework' inside 'setting.py' without specifying looks a little bit confusing, So I suggest it to be amended. --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 4871ba458..723325a3e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -111,7 +111,7 @@ Install using `pip`, including any optional packages you want... git clone https://github.com/encode/django-rest-framework -Add `'rest_framework'` to your `INSTALLED_APPS` setting. +Add `'rest_framework'` to your `INSTALLED_APPS` inside setting.py file. INSTALLED_APPS = [ ...