route was missing in import

This commit is contained in:
AlexejStukov 2016-07-20 18:14:59 +02:00 committed by GitHub
parent 29530a23b6
commit c6f104f274

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