rest_channels

Class Based Views for Django Channels with Django Rest Framework


Keywords
channels, django, django-channels, django-rest-framework, pypi, rest, rest-channels
License
BSD-3-Clause
Install
pip install rest_channels==0.1.3

Documentation

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