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.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file django_chat-0.1.0-py2.py3-none-any.whl
.
File metadata
- Download URL: django_chat-0.1.0-py2.py3-none-any.whl
- Upload date:
- Size: 9.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1830a91ba94498b209f6188513cf4c96d4e0fbe21993889add143b37d1975fc5 |
|
MD5 | 6025bdd67f4f2b4e7fb0b1961c35a6f5 |
|
BLAKE2b-256 | 4f3000baadbeba121046705eee9f7aad273a255c7b220c326bb87c3c9a942b27 |