NilCoalescing / djangochannelsrestframework

A Rest-framework for websockets using Django channels-v4

Home Page:https://djangochannelsrestframework.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Channels should adding to the INSTALLED_APPS list.

ishakoktn opened this issue · comments

Looks like ASGI does not run without adding the channels package to the INSTALLED_APPS list.

And there is no information or warning about that in the documents.

BTW, thanks for this beautifull package.

Yer, the channels documentation should cover this https://channels.readthedocs.io/en/stable/installation.html but it's a fair point the readme and install instruction should point people to the channels install steps first.