Practical Django 2 and Channels 2 1. Introduction to Django and basic concepts 2. Getting started with a simple company site 3. Adding the product catalogue to the site 4. A checkout system for receiving orders online 5. Adding CSS/Javascript to our Django project 6. Using external libraries in our project 7. Making an internal dashboard for the company 8. How to deploy Django sites 9.A stock trading platform using Channels 10. Dynamic charting with Channels and Websockets 11. Off-line realtime processing of trades
This is definitively not a book for beginners. Overall, I like how the author puts emphasis on testing. However, from a book called "Django 2 and Channels 2" I would have expected more than 2 chapters on Django Channels. Also, a bit more explanation about how Django Channels works (as an introduction to the chapter) would have been nice.