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 website his own websocket channel without groups. I am not
sure how does it works when several Users opens the websit
No, Django 1.11.x won't receive new features. The supported versions policy
is the same for that release series as for other releases.
https://docs.djangoproject.com/en/dev/internals/release-process/#supported-versions
On Wednesday, October 11, 2017 at 12:01:06 AM UTC-4, Chris Beck wrote:
>
> Th
Hi All
Can anyone recommend a working JSON editor that can be added to a
Django 1.11.x admin ? For what its worth - the field I want to use the
JSON editor on is a django.contrib.postgres.fields JSONField.
Thanks
Dave
--
You received this message because you are subscribed to the Google
that's what I expected but 1.11.1 and 1.11.2 each added a minor feature
On 11 October 2017 at 10:03, Tim Graham wrote:
> No, Django 1.11.x won't receive new features. The supported versions
> policy is the same for that release series as for other releases.
>
> https://docs.djangoproject.com/en/
Hi guys, I've been scratching my head on this one. I want to know if it's
possible to filter the data of models class with related_name in a foor
loop? Basically, I want to show the members info associated to a Team.
models.py
class Team_Region(models.Model):
name = models.CharField(max_lengt
Hi, Django folks,
I wonder how Django channels would compare to
using https://github.com/ipython/ipyparallel for delayed synchronous jobs.
It uses zeromq for message passing.
Can it possibly be the right solution? What do you think about the
performance?
--
You received this message because y
6 matches
Mail list logo