Merge pull request #257 from AlexejStukov/patch-6

route was missing in import
This commit is contained in:
Andrew Godwin 2016-07-20 13:36:23 -04:00 committed by GitHub
commit f85c992cda

View File

@ -116,7 +116,7 @@ our fixed group name again.
Tie that into your routing, and tie each demultiplexed channel into the
``.consumer`` attribute of the Binding, and you're ready to go::
from channels import route_class
from channels import route_class, route
from .consumers import Demultiplexer
from .models import IntegerValueBinding