# Django REST framework Tutorial **Repository Path**: venicid/tutorial-api ## Basic Information - **Project Name**: Django REST framework Tutorial - **Description**: https://q1mi.github.io/Django-REST-framework-documentation/tutorial/quickstart_zh/ https://www.django-rest-framework.org/ - **Primary Language**: Python - **License**: Not specified - **Default Branch**: dev - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-12-09 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Django REST framework Tutorial 教程 ## 1、官方文档 https://www.django-rest-framework.org/ ## 2、中文文档 https://q1mi.github.io/Django-REST-framework-documentation/ 中文文档版本比较旧,有些东西没有更新,推荐 中英文对照看 ## 3、中文文档对应的源码 https://github.com/encode/rest-framework-tutorial ## 4、线上demo 最终效果图 https://restframework.herokuapp.com/ ## 5、 总结 之前自己眼高手低,觉得看看视频讲的,就可以写代码了。 但是,随着时间的流逝,自己有些代码根本看不懂了,写的代码更加臃肿 特别是,外键关联的,自己会用source序列化,但是POST的时候,每次都要重写create方法。 于是乎,经历了一系列的打击,挫折,以至于晚上睡觉都在想这件事 最终,还是静下心来,2天内,学习把官方文档的教程过了一遍, 但是,还是中英文对照看,自己还是不能够完全胜任,纯英文的 不过,相信,以后可以的,加油。 向前看