Simple chat
Project description
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Built Distribution
Close
Hashes for django_chat-0.1.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1830a91ba94498b209f6188513cf4c96d4e0fbe21993889add143b37d1975fc5 |
|
MD5 | 6025bdd67f4f2b4e7fb0b1961c35a6f5 |
|
BLAKE2-256 | 4f3000baadbeba121046705eee9f7aad273a255c7b220c326bb87c3c9a942b27 |