We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents df65cfa + 3e5f433 commit 3f5e875Copy full SHA for 3f5e875
content/pages/04-web-development/02-django.markdown
@@ -207,6 +207,8 @@ based on [WebSockets](/websockets.html).
207
contains a couple of good starter projects such as a live blog and a
208
chat application to use as base code.
209
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.
212
213
## Django testing
214
* [Integrating Front End Tools with Django](https://lincolnloop.com/blog/integrating-front-end-tools-your-django-project/)
0 commit comments