LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
django_realtime_chat/__init__.py
django_realtime_chat/admin.py
django_realtime_chat/apps.py
django_realtime_chat/consumers.py
django_realtime_chat/middleware.py
django_realtime_chat/models.py
django_realtime_chat/routing.py
django_realtime_chat/urls.py
django_realtime_chat/views.py
django_realtime_chat.egg-info/PKG-INFO
django_realtime_chat.egg-info/SOURCES.txt
django_realtime_chat.egg-info/dependency_links.txt
django_realtime_chat.egg-info/requires.txt
django_realtime_chat.egg-info/top_level.txt
django_realtime_chat/migrations/0001_initial.py
django_realtime_chat/migrations/0002_message_image.py
django_realtime_chat/migrations/0002_userkey.py
django_realtime_chat/migrations/0003_message_image_to_filefield.py
django_realtime_chat/migrations/0004_message_reply_to.py
django_realtime_chat/migrations/__init__.py
django_realtime_chat/migrations/__pycache__/0001_initial.cpython-310.pyc
django_realtime_chat/migrations/__pycache__/0002_message_image.cpython-310.pyc
django_realtime_chat/migrations/__pycache__/0002_userkey.cpython-310.pyc
django_realtime_chat/migrations/__pycache__/0003_message_image_to_filefield.cpython-310.pyc
django_realtime_chat/migrations/__pycache__/0004_message_reply_to.cpython-310.pyc
django_realtime_chat/migrations/__pycache__/0005_userprofile.cpython-310.pyc
django_realtime_chat/migrations/__pycache__/0006_merge_0002_message_image_0005_userprofile.cpython-310.pyc
django_realtime_chat/migrations/__pycache__/__init__.cpython-310.pyc
django_realtime_chat/templates/django_realtime_chat/chat.html
django_realtime_chat/templates/django_realtime_chat/chat_135_reply_ok.html