Re: separate http requests between channels routing and "classic django routing

2018-03-14 Thread Kevin Tewouda
edocs.io/en/latest/topics/routing.html#protocoltyperouter > > Andrew > > On Tue, Mar 13, 2018 at 9:20 AM, Kevin Tewouda > wrote: > >> Hello, >> i am developing an application (a REST one) which have to serve some sse >> events to a web application. I saw in the late

separate http requests between channels routing and "classic django routing

2018-03-13 Thread Kevin Tewouda
Hello, i am developing an application (a REST one) which have to serve some sse events to a web application. I saw in the latest documentation how to create an SSE consumer, but now when i create an http routing for consumers, i can't serve the others requests using the "classic django view sy