A basic example of a Chat made with Django Channels
Project description
===== Django Channel Chat
Django Channel Chat is a basic example of a Chat made with Django Channels
Detailed documentation is in the "docs" directory.
Quick start
-
Add "django-channels-chat" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [ ... 'django-channels-chat', ]
-
Include the polls URLconf in your project urls.py like this::
path('chat/', include('chat.urls')),
-
Run
python manage.py migrateto create the django-channels-chat models. -
Start the development server and visit http://127.0.0.1:8000/chat/ to start a chat.
-
Visit http://127.0.0.1:8000/chat/ to participate in the chat.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django_channels_chat-0.5.tar.gz.
File metadata
- Download URL: django_channels_chat-0.5.tar.gz
- Upload date:
- Size: 6.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a22f95a7e90503a034e14d5fe8597b83cb54aaad4cbc32717ecdbb1a2b54b2de
|
|
| MD5 |
e5b91ea00fbbb3fd06f850b02899e871
|
|
| BLAKE2b-256 |
77469b5ba13aa494e563a3f657605d6768ea5b452beffc70b57d00c2f90fd70d
|
File details
Details for the file django_channels_chat-0.5-py3-none-any.whl.
File metadata
- Download URL: django_channels_chat-0.5-py3-none-any.whl
- Upload date:
- Size: 8.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
979930d8db542f17bc3b8a09732fd3cb667479147a661741c874b9b4211f9f66
|
|
| MD5 |
09de1145e37b62213bdbe3cfc35f7c57
|
|
| BLAKE2b-256 |
a4d678accc228ea79a880327a39fc77a8c0df5b3b4c876ba017f9a5fd633dc87
|