django-channels
with django-rest-framework
under the same roof.
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
The BSD License
Contributed by Bulat Khasanov