Update index.md

insertion of 'rest_framework' inside 'setting.py' without specifying looks a little bit confusing, So I suggest it to be amended.
This commit is contained in:
AdilSheraz 2022-03-05 19:05:29 +05:00 committed by GitHub
parent efc7c1d664
commit f1f44a344f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -111,7 +111,7 @@ Install using `pip`, including any optional packages you want...
git clone https://github.com/encode/django-rest-framework 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 = [ INSTALLED_APPS = [
... ...