Skip to content

khasanovbi/rest_channels

Repository files navigation

PyPI version Build Status Coverage Status

Documentation Status PyPI

REST channels

django-channels with django-rest-framework under the same roof.

Installation

The easiest way to install the latest version is by using pip/easy_install to pull it from PyPI:

pip install rest_channels

Add 'rest_channels' to your INSTALLED_APPS setting.

INSTALLED_APPS = (
    ...
    'rest_channels',
)

You may also use Git to clone the repository from Github and install it manually:

git clone https://github.com/KhasanovBI/rest_channels
python setup.py install

License

The BSD License

Contributed by Bulat Khasanov