django-chatrooms icon indicating copy to clipboard operation
django-chatrooms copied to clipboard

A django app providing reverse-ajax chat rooms. Based on gevent.

Results 8 django-chatrooms issues
Sort by recently updated
recently updated
newest added

from polymorphic import PolymorphicModel ImportError: cannot import name 'PolymorphicModel'

from polymorphic import PolymorphicModel ImportError: cannot import name 'PolymorphicModel'

In section Important Note, you mention django-chatrooms works properly in a multithreading environment (like gevent patched wsgi server, or uwsgi server with gevent plugin). The "gevent patchaed wsgi server" takes...

Hi, Have been trying to install the chatrooms app. Have followed the instructions for installation via PIP. However the http://127.0.0.1:8000/chat/room/testroom1/ page is not loading correctly, no connected users, and the...

For polymorphic > 0.8, PolyMorpicModel is in .models. See here https://github.com/chrisglass/django_polymorphic/issues/189

That denis blinko example is not working.Please provide alternate link

I keep receiving this error message. Can someone help me? NotImplementedError at /chat/get_users_list/ gevent is only usable from a single thread Request Method: GET Request URL: http://debtdealinc.webfactional.com/chat/get_users_list/?_=1354040441131&room_id=1 Django Version: 1.4.2...

Hi qubird, thank you for the wonderful job. I have a question, hope you don't mind. I am running django + gunicorn + nginx, so I followed the example from...