/django_simple_chat

New Django chat system

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

django_simple_chat

https://badge.fury.io/py/django_simple_chat.png https://travis-ci.org/volkandkaya/django_simple_chat.png?branch=master

Django chat app

Documentation

The full documentation is at https://django_simple_chat.readthedocs.org.

Quickstart

Install django_simple_chat:

pip install django_simple_chat

Then use it in a project:

import django_simple_chat

Features

  • TODO

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install -r requirements-test.txt
(myenv) $ python runtests.py

Credits

Tools used in rendering this package: