Skip to content

Commit a666391

Browse files
authored
added new django resources, removed an old resource
1 parent 7583701 commit a666391

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,6 @@ since then.
117117
* [django-awesome](https://github.com/rosarior/awesome-django) is a curated
118118
list of Django libraries and resources.
119119

120-
* [Starting a Django Project](https://realpython.com/learn/start-django/)
121-
answers the question, “How do I set up a Django (1.5, 1.6, 1.7, or 1.8) project
122-
from scratch?”
123-
124120
* This Django tutorial shows how to
125121
[build a project from scratch using Twitter Bootstrap, Bower, Requests and the Github API](http://drksephy.github.io/2015/07/16/django/).
126122

@@ -146,6 +142,12 @@ since then.
146142
[blog post on pytz and Django](http://tommikaikkonen.github.io/timezones/) is a
147143
great start for figuring out what you need to know.
148144

145+
* [Django for Beginners: Learn web development with Django 2](https://www.amazon.com/Django-Beginners-Learn-web-development/dp/1980377898)
146+
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.
147+
148+
* [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.
149+
150+
* [Django Stripe Tutorial](https://testdriven.io/django-stripe-tutorial) details how to quickly add Stripe to accept payments on a Django/Python website.
149151

150152
## Django videos
151153
Are you looking for Django videos in addition to articles? There is a special section

0 commit comments

Comments
 (0)