qubird / django-chatrooms

A django app providing reverse-ajax chat rooms. Based on gevent.
107 stars 29 forks source link

Error in README? #12

Open sureshvv opened 7 years ago

sureshvv commented 7 years ago

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 me to the repo https://github.com/gabrielfalcao/djangogevent

The readme there has something about Unclebob and seems to be a testing tool.

Is this the packaged needed? Do I just add it to INSTALLED_APPS?

Doesn't seem to work.

sureshvv commented 7 years ago

I figured this out.

https://github.com/gabrielfalcao/djangogevent

contains a management command runserver which should be used rather than the Django runserver.