Skip to content

Commit 8a3e74b

Browse files
committed
add DCUS2018 talk, update links from wsvincent.com tutorials to learndjango.com
1 parent 4e5e463 commit 8a3e74b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

docs/community/tutorials-and-resources.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ There are a wide range of resources available for learning and using Django REST
4040
* [Creating a Production Ready API with Python and Django REST Framework – Part 2][creating-a-production-ready-api-with-python-and-drf-part2]
4141
* [Creating a Production Ready API with Python and Django REST Framework – Part 3][creating-a-production-ready-api-with-python-and-drf-part3]
4242
* [Creating a Production Ready API with Python and Django REST Framework – Part 4][creating-a-production-ready-api-with-python-and-drf-part4]
43-
* [Django REST Framework Tutorial - Build a Blog API][django-rest-framework-tutorial-build-a-blog]
44-
* [Django REST Framework & React Tutorial - Build a Todo List API][django-rest-framework-react-tutorial-build-a-todo-list]
43+
* [Django Polls Tutorial API][django-polls-api]
44+
* [Django REST Framework Tutorial: Todo API][django-rest-framework-todo-api]
4545
* [Tutorial: Django REST with React (Django 2.0)][django-rest-react-valentinog]
4646

4747

@@ -54,7 +54,7 @@ There are a wide range of resources available for learning and using Django REST
5454
* [Django REST API - So Easy You Can Learn It in 25 Minutes][django-rest-api-so-easy]
5555
* [Tom Christie about Django Rest Framework at Django: Under The Hood][django-under-hood-2014]
5656
* [Django REST Framework: Schemas, Hypermedia & Client Libraries][pycon-uk-2016]
57-
57+
* [Finally Understand Authentication in Django REST Framework][django-con-2018]
5858

5959
### Tutorials
6060

@@ -119,8 +119,8 @@ Want your Django REST Framework talk/tutorial/article to be added to our website
119119
[creating-a-production-ready-api-with-python-and-drf-part2]: https://www.andreagrandi.it/posts/creating-a-production-ready-api-with-python-and-django-rest-framework-part-2/
120120
[creating-a-production-ready-api-with-python-and-drf-part3]: https://www.andreagrandi.it/posts/creating-a-production-ready-api-with-python-and-django-rest-framework-part-3/
121121
[creating-a-production-ready-api-with-python-and-drf-part4]: https://www.andreagrandi.it/posts/creating-a-production-ready-api-with-python-and-django-rest-framework-part-4/
122-
[django-rest-framework-tutorial-build-a-blog]: https://wsvincent.com/django-rest-framework-tutorial/
123-
[django-rest-framework-react-tutorial-build-a-todo-list]: https://wsvincent.com/django-rest-framework-react-tutorial/
122+
[django-polls-api]: https://learndjango.com/tutorials/django-polls-tutorial-api
123+
[django-rest-framework-todo-api]: https://learndjango.com/tutorials/django-rest-framework-tutorial-todo-api
124124
[django-rest-api-so-easy]: https://www.youtube.com/watch?v=cqP758k1BaQ
125125
[full-fledged-rest-api-with-django-oauth-tookit]: https://www.youtube.com/watch?v=M6Ud3qC2tTk
126126
[drf-in-your-pjs]: https://www.youtube.com/watch?v=xMtHsWa72Ww
@@ -137,3 +137,4 @@ Want your Django REST Framework talk/tutorial/article to be added to our website
137137
[django-rest-react-valentinog]: https://www.valentinog.com/blog/tutorial-api-django-rest-react/
138138
[doordash-implementing-rest-apis]: https://doordash.engineering/2013/10/07/implementing-rest-apis-with-embedded-privacy/
139139
[developing-restful-apis-with-django-rest-framework]: https://testdriven.io/courses/django-rest-framework/
140+
[django-con-2018]: https://youtu.be/pY-oje5b5Qk?si=AOU6tLi0IL1_pVzq

0 commit comments

Comments
 (0)