Update README.md

I'm adding an option of installing the framework that's included in the website but not on GitHub's README.
This commit is contained in:
Daniel 2023-09-07 22:20:25 +02:00 committed by GitHub
parent 5a01a4c8a9
commit ef134f56f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,6 +66,10 @@ Install using `pip`...
pip install djangorestframework
...or clone the project from GitHub.
git clone https://github.com/encode/django-rest-framework
Add `'rest_framework'` to your `INSTALLED_APPS` setting.
```python
INSTALLED_APPS = [