pip install djangorestframework
setting.py 的INSTALLED_APPS里添加‘rest_framework’
写serializer.py
view.py
urls.py