This commit is contained in:
Samedhaa 2018-10-15 23:48:06 +03:00
parent 28040b3bda
commit 0545e54345

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.