Update index.md

This commit is contained in:
AdilSheraz 2022-03-07 13:14:30 +05:00 committed by GitHub
parent f1f44a344f
commit cac08dd845
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
Add `'rest_framework'` to your `INSTALLED_APPS` inside setting.py file.
Add `'rest_framework'` to your `INSTALLED_APPS` inside settings.py file.
INSTALLED_APPS = [
...