LICENSE
README.md
setup.cfg
setup.py
chit_chat/__init__.py
chit_chat/admin.py
chit_chat/ckc_conf.py
chit_chat/consumer_serializers.py
chit_chat/consumers.py
chit_chat/models.py
chit_chat/routing.py
chit_chat/serializers.py
chit_chat/utils.py
chit_chat/viewsets.py
chit_chat/migrations/0001_initial.py
chit_chat/migrations/0002_room_members_temp.py
chit_chat/migrations/0003_remove_room_members.py
chit_chat/migrations/0004_auto_20220331_2234.py
chit_chat/migrations/__init__.py
django_chit_chat.egg-info/PKG-INFO
django_chit_chat.egg-info/SOURCES.txt
django_chit_chat.egg-info/dependency_links.txt
django_chit_chat.egg-info/not-zip-safe
django_chit_chat.egg-info/top_level.txt
testproject/__init__.py
testproject/manage.py
testproject/routing.py
testproject/settings.py
testproject/urls.py
testproject/testapp/__init__.py
testproject/testapp/factories.py
testproject/testapp/models.py
testproject/testapp/serializers.py
testproject/testapp/viewsets.py
tests/__init__.py
tests/integration/__init__.py
tests/integration/test_chat.py
tests/integration/test_chat_async.py