chat for projects we help maintain @ ckc
Project description
django-chit-chat
chat for projects we help maintain @ ckc
installing
pip install django-chit-chat
# settings.py
INSTALLED_APPS = (
"django.contrib.auth",
"django.contrib.contenttypes",
"django.contrib.sessions",
"django.contrib.staticfiles",
# ... add chit_chat
"chit_chat",
)
distributing
# change version in setup.cfg
$ ./setup.py sdist
$ twine upload dist/*
tests
$ docker build -t django-chit-chat . && docker run django-chit-chat pytest
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 Distribution
File details
Details for the file django-chit-chat-0.0.0.tar.gz
.
File metadata
- Download URL: django-chit-chat-0.0.0.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e2e96ffc1e6cb4cf82cb9315e4b4d6c39b49ef5d4425ab2ec05a857b86f0beb9 |
|
MD5 | ace941c8dacad5fdf1e372a9a2efde92 |
|
BLAKE2b-256 | e7ef4e8fc49c06f99f7d9b3833f78e2380c9a2e57198a82c187c65c75c9f9b05 |