Re: Fix for Django Channels issue #962

2019-02-05 Thread Carlton Gibson
Hi Joonhyung. Ah, the hardest issue in the box. Good. TBH I haven't had a chance to even look at that one yet, and I'll need to pull out the Stevens & Rago when I do... — anyone here with serious chops, please do feel free to input. 🙂 I think best if you comment on the issue. There's already a

Fix for Django Channels issue #962

2019-02-05 Thread joonhyung . shin
Hello, This is my first post here. I'd like to discuss some ways of fixing the issue for Django Channels. Briefly speaking, any test for Channels written with ChannelsLiveServerTestCase freezes in MacOS. As a Mac user, I wanted to find a way to

Re: Extend FAQ with "How do I get Django and my JS framework to work together?"

2019-02-05 Thread Jamesie Pic
Throwing in some food for thought that may be worth mentioning and that we like to play with: - django-webpack-loader merged code chunking recently - transcrypt allows coding ie with react in Python, transcrypt also supports webpack - chp is a project that aims to replace templates as we know them

Re: Extend FAQ with "How do I get Django and my JS framework to work together?"

2019-02-05 Thread Carlton Gibson
I think this topic is very interesting. Two sides of it: * Static files handling * APIs Curtis is right, there are other options but, Django REST Framework is (whilst not perfect) pretty solid on the API front. I think Django has a good story here. It's pretty hard not to find DRF if you fo