Re: Django channel and gunicorn

2020-03-19 Thread Andrew C.
Install uvicorn. Easy integration with gunicorn. There’s a good article about how to setup your Djsngo 3.0 async websocket app online too now. On Thu, Mar 19, 2020 at 3:32 AM Suraj Thapa FC wrote: > You can't use gunicorn with django channels... > Use Daphne or uwsgi etc > > On Wed, 18 Mar 2020,

Re: Django channel and gunicorn

2020-03-19 Thread Suraj Thapa FC
You can't use gunicorn with django channels... Use Daphne or uwsgi etc On Wed, 18 Mar 2020, 11:49 pm N'BE SORO, wrote: > hi i have a problem with django channel and gunicorn. > > I don't know how to configure my project so that the websocket can pass. > > > thank you. > > -- > You received this