So you mean I need these two commands to get my website running. Do you 
notice something unusual from the log info of uwsgi and daphne?


On Monday, June 25, 2018 at 11:36:00 AM UTC-4, laixintao wrote:
>
> No, runserver is for web development, and runworker is for channel (AKA 
> websocket) development.
>
> And in production, you need uWSGI for runserver and daphne for runworker.
>
> <flora.xia...@gmail.com <javascript:>>于2018年6月25日周一 下午11:21写道:
>
>> Thanks for your reply. But I am afraid this is not the problem. The urls 
>> are dispatched correctly. Different pages of my website can be directed 
>> correctly. 
>> The live discussion is just one function on one page. Other parts of this 
>> page are functioning well. 
>>
>>
>> On Monday, June 25, 2018 at 10:55:37 AM UTC-4, Mikhailo Keda wrote:
>>>
>>> probably you added this path /forum/room1/ to urls.py, you need to add 
>>> this path to routing 
>>> https://channels.readthedocs.io/en/latest/topics/routing.html
>>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Django users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to django-users...@googlegroups.com <javascript:>.
>> To post to this group, send email to django...@googlegroups.com 
>> <javascript:>.
>> Visit this group at https://groups.google.com/group/django-users.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/django-users/e649c167-9087-4273-8519-607f507812ed%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/django-users/e649c167-9087-4273-8519-607f507812ed%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/e31fb003-4648-4649-98da-75fd589246cc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to