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

Uploaded Python 2 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