Re: Channels - query_string

2017-02-02 Thread Sgiath
.html#persisting-data > > This will let you save information (such as the token, or even a User > object) into the session in the connect consumer, and then let you use it > in other consumers that have the same decorator. > > Andrew > > > On Wed, Feb 1, 2017 at 5:34

Channels - query_string

2017-02-01 Thread Sgiath
Hi, I am trying to use the query_string parameter and I want to ask what is the correct way how to use it. I am using JsonWebsocketConsumer and when debugging I noticed that on the Handshake the message content contains path, headers, query_string, client, server, reply_channel and order. But ev

Channel backend - Google Datastore/BigTable

2017-01-30 Thread Sgiath
Hello, would it be possible to run Channel Backend against Google Cloud Datastore /BigTable ? And if yes does anybody started writing the Channel Layer for it similar as asgi_redis ?

Re: Django channels on IIS

2017-01-26 Thread Sgiath
Yes you can. daphne -e ssl:443:privateKey=key.pem:certKey=crt.pem django_project.asgi:channel_layer For more info look at the Daphne GitHub repo https://github.com/django/daphne/ But I would suggest run Nginx in front of the Daphne which will handle SSL. -- You received this message because yo

Re: Django channels deployment

2017-01-26 Thread Sgiath
doesn't support some of the operations we use (like BLPOP) > > Andrew > > On Thu, Jan 26, 2017 at 1:27 PM, Sgiath > > wrote: > >> Hi I am working on some app with Django Channels and I am in the phase >> when I am looking for the best way how to deploy the Channe

Django channels deployment

2017-01-26 Thread Sgiath
workers on the same machine but I am in the middle of separate them) but I want to be sure that it will work on actual separate servers (I want to use Google Cloud platform) before I will present this idea to my boss :) . Thanks for your help *Sgiath* -- You received this message because