A Django Chat Application
Project description
if you need to a chat application in your django project, you can use from this package. this package powered by channels and vuejs technologies.
Prerequisites: your project must use asgi engine. you can use from channels package.
Quick start
Add “chatapp” to your INSTALLED_APPS in settings.py
Include the chatapp URLconf in your project urls.py like this:
from chatapp.views import supporter_homepage
path(‘django-chat-app/chat/supporter/’, supporter_homepage), path(‘’, include(‘chatapp.urls’)),
Run python manage.py migrate to create the chatapp models.
4. at now, you can include chatapp section to your templates: {% load chatapp %} {% include_chatapp %}
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
File details
Details for the file django-chatapp-1.0.tar.gz
.
File metadata
- Download URL: django-chatapp-1.0.tar.gz
- Upload date:
- Size: 291.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 983a473f2e69180913d39c0999d889cd2ac15dc9df0763fd22dca3d5ada580fc |
|
MD5 | d0ef19b8f1a0bab1396ea996c3034999 |
|
BLAKE2b-256 | c811f1861c995fc570abd0b25d5997664eae49a0d70101b9fe2e6505c7d2ee46 |
File details
Details for the file django_chatapp-1.0-py3-none-any.whl
.
File metadata
- Download URL: django_chatapp-1.0-py3-none-any.whl
- Upload date:
- Size: 299.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | afd2b84f5408d44add8800017411d1ad026d471c81bf6cdfb72a91524b2658ef |
|
MD5 | d3651f5eaf6c0c82b04d83547fbbebaf |
|
BLAKE2b-256 | ddec623980e363f13252453f96cb91c663a91fda9f0ac552d2b1b5ba57bd4d54 |