django-chat 0.1.0

Creator: danarutscher

Last updated:

Add to Cart

Description:

djangochat 0.1.0

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

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.