Skip to main content

Simple chat

Project description

Code Climate https://travis-ci.org/tomi77/django-chat.svg?branch=master https://coveralls.io/repos/github/tomi77/django-chat/badge.svg?branch=master

A simple Django chat application

Installation

pip install django-chat

Quick start

Add chat to INSTALLED_APPS. django.contrib.auth and django.contrib.contenttypes are also required.

INSTALLED_APPS = [
    ...
    'django.contrib.contenttypes',
    'django.contrib.auth',
    'chat',
]

Create database

./manage.py migrate

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

django_chat-0.1.0-py2.py3-none-any.whl (9.8 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file django_chat-0.1.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for django_chat-0.1.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 1830a91ba94498b209f6188513cf4c96d4e0fbe21993889add143b37d1975fc5
MD5 6025bdd67f4f2b4e7fb0b1961c35a6f5
BLAKE2b-256 4f3000baadbeba121046705eee9f7aad273a255c7b220c326bb87c3c9a942b27

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