pip install djangorestframework
或者直接从github clone该项目
git clone https://github.com/encode/django-rest-framework配置
INSTALLED_APPS = [
...
'rest_framework',
]
框架

pip install djangorestframework
或者直接从github clone该项目
git clone https://github.com/encode/django-rest-framework配置
INSTALLED_APPS = [
...
'rest_framework',
]