Skip to main content

Class Based Views for Django Channels with Django Rest Framework

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rest_channels-0.1.3.tar.gz (9.0 kB view hashes)

Uploaded Source

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