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 hashes)

Uploaded Source

Built Distribution

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

Uploaded Python 3

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