I have followed the channels tutorial but while running these error throw
Version of the packages is channels==2.1.2 Django==2.0.4<
Just change
ASGI_APPLICATION = mysite.routing.application
to
ASGI_APPLICATION = "routing.application"