Skip to content

Commit 3f5e875

Browse files
authored
Merge pull request mattmakai#197 from mjhea0/patch-4
adds a django channels resource
2 parents df65cfa + 3e5f433 commit 3f5e875

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,8 @@ based on [WebSockets](/websockets.html).
207207
contains a couple of good starter projects such as a live blog and a
208208
chat application to use as base code.
209209

210+
* [Developing a Real-Time Taxi App with Django Channels and Angular](https://testdriven.io/courses/real-time-app-with-django-channels-and-angular/)
211+
this course teaches you how to build and test a real-time ride-sharing app with Django Channels and Angular.
210212

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

0 commit comments

Comments
 (0)