[Fix server error](https://github.com/ckc-org/django-chit-chat/pull/5) that happens when user fails to properly authenticate to the websocket.
0.0.3
What's Changed * Improve release instructions. by gibsonbailey in https://github.com/ckc-org/django-chit-chat/pull/3 * Fix URL on pypi, now points to correct repo
If a `POST` request is sent to `/api/chatrooms/` with identical data as a room that exists already, the original room is returned rather than creating a duplicate and returning it.
0.0.1
This package includes models, viewsets, and a consumer (django-channels) to facilitate chatting using Django.