django / channels

Developer-friendly asynchrony for Django
https://channels.readthedocs.io
BSD 3-Clause "New" or "Revised" License
6.11k stars 800 forks source link

Update the Tutorial #2115

Open Lukas2019 opened 2 months ago

Lukas2019 commented 2 months ago

I tried to follow the tutorial but it was not working so I did a bit of research and found a solution. I updated the tutorial so that everyone else can follow the tutorial and get a working chat.

bigfootjon commented 2 months ago

The instructions you're adding here are already covered by other parts of the tutorial right?

  1. https://channels.readthedocs.io/en/latest/tutorial/part_1.html#integrate-the-channels-library
  2. https://channels.readthedocs.io/en/latest/tutorial/part_2.html#enable-a-channel-layer

Is this change necessary?