Hi I am currently using django channels and have deployed them as well
However , we currently want to separate the runworker from runserver As mentioned in the channels we have to run "python manage.py runserver ---noworker" so that all the websocket requests can be handled separately how do we pass the arguments "--runworker" to the wsgi.py, btw we are deploying using uwsgi process Thanks -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/47bb9c0f-e1fd-4c00-a33a-2d9cd85e9706n%40googlegroups.com.

