Re: Django Websockets / Several Users on the Website

2017-10-12 Thread 'matrix1900' via Django users
Hi Andrew, thanks for the answer. Are there some Examples available for using Background Worker and receive/send websockets in there ? I am not sure, if it is the better way to use celery or should I use the background worker? My Project: I should develop a maintain website for a automation

Re: How do I request a new feature in 1.11.x?

2017-10-12 Thread Tim Graham
Those "features" were related to changes in Django 1.11 that caused problems that older versions of Django didn't have. On Wednesday, October 11, 2017 at 11:12:33 AM UTC-4, Chris Beck wrote: > > that's what I expected but 1.11.1 and 1.11.2 each added a minor feature > > On 11 October 2017 at 10:0

NVD3 Chart won't render

2017-10-12 Thread Juglaz
Hi there, I'm having trouble getting my nvd3 pie chart to render. I'm using a template tag (simple tag) to return the data required to construct the pie chart. Already verified: - All static files are loading - The template tag is passing the correct dictionary to the template - All t

Re: DATA_UPLOAD_MAX_NUMBER_FIELDS exceeded when not conducting a mass event re ticket #26810

2017-10-12 Thread Mike Dewhirst
On 13/10/2017 1:49 AM, Matthew Pava wrote: You may just want to set it to None, but check out the description in documentation. https://docs.djangoproject.com/en/1.11/ref/settings/#data-upload-max-number-fields Makes sense. Thank you. Might have to rethink the design and get mean with the num

Re: Django Websockets / Several Users on the Website

2017-10-12 Thread Andrew Godwin
On Wed, Oct 11, 2017 at 3:02 AM, 'matrix1900' via Django users < django-users@googlegroups.com> wrote: > Hi together, > > I try to get started with Django Channels. I have actually two questions: > > 1. I use web sockets with channels. I want to have for each frontend user > which opens the websi

Re: django-improved-user v1.0a1

2017-10-12 Thread Joe Landrigan
Out of curiosity, do you have any intention of coordinating with allauth or guardian ? I feel like all three of these are good individually, but if they were combined into a single entity they

Re: django-improved-user v1.0a1

2017-10-12 Thread Andrew Pinkham
Forgot to add links. >_< https://github.com/jambonsw/django-improved-user https://pypi.org/project/django-improved-user/1.0a1/ http://django-improved-user.readthedocs.io/en/latest/?badge=latest Andrew http://jambonsw.com http://django-unleashed.com -- You received this message because you are

django-improved-user v1.0a1

2017-10-12 Thread Andrew Pinkham
Hi everyone! Yesterday I released v1.0a1 of django-improved-user, which provides a custom Django user model with international identity handling and uses email as the username. 1.0a1 is feature complete and tested against Django 2.0a1 (as well as Django 1.8, 1.10, and 1.11). I'm emailing the l

RE: DATA_UPLOAD_MAX_NUMBER_FIELDS exceeded when not conducting a mass event re ticket #26810

2017-10-12 Thread Matthew Pava
You may just want to set it to None, but check out the description in documentation. https://docs.djangoproject.com/en/1.11/ref/settings/#data-upload-max-number-fields -Original Message- From: django-users@googlegroups.com [mailto:django-users@googlegroups.com] On Behalf Of Mike Dewhirs

Django 1.11.6 breaks OpenStack Horizon when upgrading from 1.10.6

2017-10-12 Thread Byron Yi
Django 1.11.6 is packaged with latest Debian sid (2017-10-12) and 1.10.6 is packaged with latest Debian stable. Detailed error log is here: Setting up python-django-openstack-auth (2.4.1-2) ... Setting up python-django-pyscss (2.0.2-6) ... Setting up python-django-horizon (3:10.0.1-1) ... Settin

DATA_UPLOAD_MAX_NUMBER_FIELDS exceeded when not conducting a mass event re ticket #26810

2017-10-12 Thread Mike Dewhirst
I have an Admin based application which is somewhat ambitious for the Admin. Perhaps.  My central model (substance) has a lot of stuff to do when it is saved. I received the error[1] when saving a substance. Not all substances. In fact only one out of twenty or so I was testing. I thought it m

Re: Django Channels: Comparison to ipyparallel

2017-10-12 Thread Andrew Godwin
I can't really comment exhaustively without using the other solution, but in my experience ZeroMQ is good at delivering results under working conditions (especially loopback networks as this seems to be) and bad at failure under poor conditions. Besides, Channels is more for handling of event stre