1.安装djangorestframework和django
参考官方网站https://www.django-rest-framework.org/
pip install djangorestframework
pip install -i https://pypi.douban.com/simple django
pip install markdown # Markdown support for the browsable API.
pip install django-filter # Filtering support
- restful api 几个重要概念
http://www.ruanyifeng.com/blog/2011/09/restful.html
http://www.ruanyifeng.com/blog/2014/05/restful_api.html
3.drf缓存文档
pip install drf-extensions
http://chibisov.github.io/drf-extensions/docs/
django-redis文档
https://django-redis-chs.readthedocs.io/zh_CN/latest/
第三方登陆包
https://github.com/python-social-auth/social-app-django