This commit is contained in:
Samed Alhajajla 2018-10-15 20:49:02 +00:00 committed by GitHub
commit a42f3881cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,7 +59,7 @@ There is a live example API for testing purposes, [available here][sandbox].
# Installation
Install using `pip`...
Install using 'pip' :
pip install djangorestframework
@ -70,7 +70,7 @@ Add `'rest_framework'` to your `INSTALLED_APPS` setting.
'rest_framework',
)
# Example
# Example :
Let's take a look at a quick example of using REST framework to build a simple model-backed API for accessing users and groups.