Skip to main content

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

  1. Add “chatapp” to your INSTALLED_APPS in settings.py

  2. 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’)),

  1. 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

django-chatapp-1.0.tar.gz (291.0 kB view details)

Uploaded Source

Built Distribution

django_chatapp-1.0-py3-none-any.whl (299.8 kB view details)

Uploaded Python 3

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

Hashes for django-chatapp-1.0.tar.gz
Algorithm Hash digest
SHA256 983a473f2e69180913d39c0999d889cd2ac15dc9df0763fd22dca3d5ada580fc
MD5 d0ef19b8f1a0bab1396ea996c3034999
BLAKE2b-256 c811f1861c995fc570abd0b25d5997664eae49a0d70101b9fe2e6505c7d2ee46

See more details on using hashes here.

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

Hashes for django_chatapp-1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 afd2b84f5408d44add8800017411d1ad026d471c81bf6cdfb72a91524b2658ef
MD5 d3651f5eaf6c0c82b04d83547fbbebaf
BLAKE2b-256 ddec623980e363f13252453f96cb91c663a91fda9f0ac552d2b1b5ba57bd4d54

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page