소스 검색

add beginners guide to official REST tut

wsvincent 7 년 전
부모
커밋
f437b8d9e0
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -78,6 +78,7 @@
 
 ### DRF Tutorials
 
+* [Official REST Framework - A Beginner's Guide](https://wsvincent.com/official-django-rest-framework-tutorial-beginners-guide/)
 * [DRF Blog API](https://wsvincent.com/django-rest-framework-tutorial/)
 * [Building APIs with Django and DRF](https://books.agiliq.com/projects/django-api-polls-tutorial/en/latest/)
 * [DRF Serializers, Viewsets, and Routers](https://wsvincent.com/django-rest-framework-serializers-viewsets-routers/)