A simple Django chat application.
Project description
=====
Django-Parakeet
=====
DJparakeet is a simple chat application for django built on top of django-channels and django-tastypie.
1. Add djparakeet to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
...
'djparakeet',
]
2. Include the djparakeet URLconf in your project urls.py like this::
url(r'^parakeet/', include('djparakeet.urls')),
3. Run `python manage.py migrate` to create the djparakeet models.
4. Run runserver (or read django-channel documentation how to use in production)
5. Add privileges to users to edit/create/delete Topic and Message in djparakeet app (using django-admin users admin, for example)
6. Visit http://127.0.0.1:8000/parakeet/ to see the chat.
Django-Parakeet
=====
DJparakeet is a simple chat application for django built on top of django-channels and django-tastypie.
1. Add djparakeet to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
...
'djparakeet',
]
2. Include the djparakeet URLconf in your project urls.py like this::
url(r'^parakeet/', include('djparakeet.urls')),
3. Run `python manage.py migrate` to create the djparakeet models.
4. Run runserver (or read django-channel documentation how to use in production)
5. Add privileges to users to edit/create/delete Topic and Message in djparakeet app (using django-admin users admin, for example)
6. Visit http://127.0.0.1:8000/parakeet/ to see the chat.
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
django-parakeet-0.1.tar.gz
(7.8 kB
view details)
Built Distribution
File details
Details for the file django-parakeet-0.1.tar.gz
.
File metadata
- Download URL: django-parakeet-0.1.tar.gz
- Upload date:
- Size: 7.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b87fc6ca036ac472ccad24faaee01d3e006956719c0953a1e6635b57a6d4181c |
|
MD5 | 985ef9f6166c71e2f3d758f8b7c08e11 |
|
BLAKE2b-256 | 855fec53549932d85a8731da40fe7d0eddf7da5c112d762e66bf338c28ffb42a |
File details
Details for the file django_parakeet-0.1-py2.py3-none-any.whl
.
File metadata
- Download URL: django_parakeet-0.1-py2.py3-none-any.whl
- Upload date:
- Size: 12.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 36549b6854c62e1f3a39eb5619528dfc15dcc91397e75d3a818f0b448f420abd |
|
MD5 | b62ecc3fcde517ac19f6e9edf591c30f |
|
BLAKE2b-256 | 7ed672daf3c85a3b7707921f570d0d83b726599888169d6fb911f9e00b398153 |