Re: Redirect Loops and 404 with Django Channels and runserver command

2018-06-09 Thread Andrew Godwin
Hi Justin, I'm going to reply to you on the ticket you opened at https://github.com/django/channels/issues/1075 with the same question :) Andrew On Fri, Jun 8, 2018 at 7:56 AM Justin Lee wrote: > I was just trying to integrate channels into an existing django/DRF > project and I have been runn

Redirect Loops and 404 with Django Channels and runserver command

2018-06-08 Thread Justin Lee
I was just trying to integrate channels into an existing django/DRF project and I have been running into an issue where my original urls paths are breaking when I do runserver. My root index view leads to 301 infinite redirects loop and my other app views results in a 404. The Socket server i