Django Channels alongside Django Rest Framework

2017-01-31 Thread adam . oxley
Hi everyone, We are currently considering using Django Channels for implementing WebSockets into a project. I am wondering if it is known that Django Channels runs perfectly within the same Django project as DRF? I have spent a little time investigating this myself and could manage to get DRF

Re: Django Channels alongside Django Rest Framework

2017-02-03 Thread adam . oxley
Hi Andrew, Thanks for the reply. I've managed to get it working running Daphne serving both HTTP and WebSocket requests. Your reply prompted me to look into what I was currently doing, and it crossed my mind that I was running via Gunicorn which from now reading the deployment documentation fo