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 hashes)
Built Distribution
Close
Hashes for django_parakeet-0.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 36549b6854c62e1f3a39eb5619528dfc15dcc91397e75d3a818f0b448f420abd |
|
MD5 | b62ecc3fcde517ac19f6e9edf591c30f |
|
BLAKE2b-256 | 7ed672daf3c85a3b7707921f570d0d83b726599888169d6fb911f9e00b398153 |