mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-30 18:09:59 +03:00
Merge 0545e54345
into 28040b3bda
This commit is contained in:
commit
a42f3881cc
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user