Re: Channels websocket disconnecting after ~1min

2018-02-04 Thread Andrew Godwin
That would be me trying to move deployment to Travis. I'll push it up now. Andrew On Sun, Feb 4, 2018 at 5:47 PM, Ahmed Magdy wrote: > Thanks! > > I don't know if it was on purpose but you forgot to update the pypi > package. > > On Monday, February 5, 2018 at 1:59:45 AM

Re: Channels websocket disconnecting after ~1min

2018-02-04 Thread Ahmed Magdy
Thanks! I don't know if it was on purpose but you forgot to update the pypi package. On Monday, February 5, 2018 at 1:59:45 AM UTC+2, Andrew Godwin wrote: > > Hi there, > > This is a bug that should be fixed in the latest release of Daphne that I > put out a few hours ago. > > Andrew > > On

Re: Channels websocket disconnecting after ~1min

2018-02-04 Thread Andrew Godwin
Hi there, This is a bug that should be fixed in the latest release of Daphne that I put out a few hours ago. Andrew On Sun, Feb 4, 2018 at 3:49 PM, Ahmed Magdy wrote: > Hello, and sorry for lots of questions about channels. > > I can connect to the websocket from

Channels websocket disconnecting after ~1min

2018-02-04 Thread Ahmed Magdy
Hello, and sorry for lots of questions about channels. I can connect to the websocket from JavaScript and send/receive normally for exactly 60~61sec after that the HTTP request is repeated on it's own and the websocket disconnects. Sometimes the HTTP get request is repeated more than once

Re: Tutorial 2 - Ver2.0 - python manage.py makemigrations polls - Error message when running

2018-02-04 Thread Daniel Hepper
Hi, you have a typo in your models.py in this line: votes = models.InterferField(default=0) It should be IntegerField. Cheers, Daniel CanuckT schrieb am So. 4. Feb. 2018 um 21:06: > Hi, new to programming and trying the tutorial out for Django. > > Using this guide:

Tutorial 2 - Ver2.0 - python manage.py makemigrations polls - Error message when running

2018-02-04 Thread CanuckT
Hi, new to programming and trying the tutorial out for Django. Using this guide: https://docs.djangoproject.com/en/2.0/intro/tutorial02/ Running this command: python manage.py makemigrations polls I get this output - way over my head. Any ideas? (I have tried changing the settings.py

Re: Channels v2.0 - 'RedisChannelLayer' object has no attribute 'ChannelFull'

2018-02-04 Thread Andrew Godwin
Hi, Sorry about this, it was a bug in the group_send method. It's been fixed in channels_redis version 2.0.2. Andrew On Sun, Feb 4, 2018 at 4:19 AM, Ahmed Magdy wrote: > Sending 10~12 messages to the websocket raises an exception > > 'RedisChannelLayer' object has no

Channels v2.0 - 'RedisChannelLayer' object has no attribute 'ChannelFull'

2018-02-04 Thread Ahmed Magdy
Sending 10~12 messages to the websocket raises an exception 'RedisChannelLayer' object has no attribute 'ChannelFull' > Trace ERROR:root:Exception inside application: 'RedisChannelLayer' object has no > attribute 'ChannelFull' > File >

Re: Customizable Invoice

2018-02-04 Thread Derek
If you plan to use PDF in your solution, then this may help you: https://www.kickstarter.com/projects/34257246/reportlab-pdf-processing-with-python ' On Saturday, 3 February 2018 07:21:50 UTC+2, Rakhee Menon wrote: > > Oops!!I am sorry !! I got your question wrong.Yes I do have some knowledge >

Re: Django-hotsauce: Current status and roadmap

2018-02-04 Thread Etienne Robillard
Hi, Is wrk (https://github.com/wg/wrk) any better than ab for making HTTP benchmarks of django applications? how should i collect wrk input to make graphs in Python? Etienne Le 2018-02-01 à 04:27, Etienne Robillard a écrit : Hi, Actually, I want to benchmark the WSGI application/handler