Skip to content

Commit ff9a071

Browse files
authored
Merge pull request mattmakai#186 from wsvincent/django-books-update
Update Django for Beginners Amazon link
2 parents 6435116 + 7c592be commit ff9a071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/pages/04-web-development/02-django.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ since then.
156156
[blog post on pytz and Django](http://tommikaikkonen.github.io/timezones/) is a
157157
great start for figuring out what you need to know.
158158

159-
* [Django for Beginners: Learn web development with Django 2](https://www.amazon.com/Django-Beginners-Learn-web-development/dp/1980377898)
159+
* [Django for Beginners: Build websites with Python and Django](https://www.amazon.com/Django-Beginners-Learn-web-development/dp/1983172669)
160160
by [William S. Vincent](https://wsvincent.com/) is perfect if you're just getting started with Django and web development, taking you from total beginner to confident web developer with Django and Python.
161161

162162
* [REST APIs with Django: Build powerful web APIs with Python and Django](https://www.amazon.com/dp/198302998X) by [William S. Vincent](https://wsvincent.com/) is the book for you if you're just moving beyond the basics of Django and looking to get up speed with Django REST Framework (DRF) and service-oriented architecture (SOA) in general. The book's examples are clear and well-structured, making it easy for someone to quickly get up speed with building RESTful APIs with Django and DRF. It also dives into more advanced topics like token-based authentication and permissions, just to name a few.

0 commit comments

Comments
 (0)