add beginners guide to official REST tut

This commit is contained in:
wsvincent 2018-05-30 14:14:15 -04:00
parent 27d5cb659e
commit f437b8d9e0

View File

@ -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/)