Skip to main content

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.



Project details


Release history Release notifications | RSS feed

This version

0.1

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)

Uploaded Source

Built Distribution

django_parakeet-0.1-py2.py3-none-any.whl (12.8 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page