justchat icon indicating copy to clipboard operation
justchat copied to clipboard

A chat application built with Django channels.

Results 16 justchat issues
Sort by recently updated
recently updated
newest added

Bumps [django](https://github.com/django/django) from 2.2 to 2.2.13. Commits 8093aaa [2.2.x] Bumped version for 2.2.13 release. 07e59ca [2.2.x] Fixed CVE-2020-13254 -- Enforced cache key validation in memcached ba... 6d61860 [2.0.x] Fixed CVE-2020-13596...

dependencies

Bumps [twisted](https://github.com/twisted/twisted) from 18.9.0 to 20.3.0. Changelog Sourced from twisted's changelog. Twisted 20.3.0 (2020-03-13) Bugfixes twisted.protocols.amp.BoxDispatcher.callRemote and callRemoteString will no longer return failing Deferreds for requiresAnswer=False commands when the transport...

dependencies

django.db.utils.OperationalError: FATAL: too many connections for role "kkaxdnsntptfha" .@mattfreire @dopeboy Can you please help me with this

Messages are fetched from api but its not showing in chat-log. the error says can't read message of undefined. In console i can see the outputs in array. but when...

ImportError: cannot import name 'python_2_unicode_compatible' from 'django.utils.encoding'

when i input a username and want to create a chat it said ![image](https://user-images.githubusercontent.com/15070594/57342280-aa5ce000-7170-11e9-9e6c-ab0c2d327684.png) ![image](https://user-images.githubusercontent.com/15070594/57342286-b0eb5780-7170-11e9-9f3c-1b6af2c32541.png)

Tried to run the code and am getting an error template not found, changed the BASE_DIR in settings.py file from build to public where the index.html template is and when...

Hi , I want to create a chat application with the help of Django-channels. Here I have two models users and customers.where user has credentials and customers don\'t have credentials...I...

Hi , I want to create a chat application with the help of Django-channels. Here I have two models users and customers.where user has credentials and customers don\'t have credentials...I...