Skip to content

Commit 8eef569

Browse files
authored
Merge pull request mattmakai#223 from mjhea0/patch-3
add django courses
2 parents 0a0daab + e7b988b commit 8eef569

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

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

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,11 @@ the framework.
129129
* [2 Scoops of Django](https://www.twoscoopspress.com/collections/django/products/two-scoops-of-django-1-11)
130130
by Daniel Greenfeld and Audrey Roy is well worth the price of admission if
131131
you're serious about learning how to correctly develop Django websites.
132+
133+
* The [Test-Driven Development with Django, Django REST Framework, and Docker](https://testdriven.io/courses/tdd-django/?utm_source=fsp)
134+
course details how to set up a development environment with Docker in
135+
order to build and deploy a RESTful API powered by Python, Django,
136+
and Django REST Framework.
132137

133138
* This 3-part Django project optimization guide covers a wide range of
134139
advanced topics such as
@@ -234,7 +239,13 @@ based on [WebSockets](/websockets.html).
234239
[channels examples repository](https://github.com/andrewgodwin/channels-examples)
235240
contains a couple of good starter projects such as a live blog and a
236241
chat application to use as base code.
237-
242+
243+
* The [Developing a Real-Time Taxi App with Django Channels and Angular](https://testdriven.io/courses/real-time-app-with-django-channels-and-angular/?utm_source=fsp)
244+
course details how to create a ride-sharing app with Django Channels,
245+
Angular, and Docker. Along the way, you'll learn how to manage
246+
client/server communication with Django Channels, control flow and
247+
routing with Angular, and build a RESTful API with Django REST
248+
Framework.
238249

239250
## Django testing
240251
* [Integrating Front End Tools with Django](https://lincolnloop.com/blog/integrating-front-end-tools-your-django-project/)

0 commit comments

Comments
 (0)