From f437b8d9e02ce4a34fd6f1807c550719fe24efd2 Mon Sep 17 00:00:00 2001 From: wsvincent Date: Wed, 30 May 2018 14:14:15 -0400 Subject: [PATCH] add beginners guide to official REST tut --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7f3fdb6..dbe8f1d 100644 --- a/README.md +++ b/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/)