Guest User

Untitled

a guest
Nov 19th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. from index.consumers import SurveyConsumer
  2. from survey.routing import SurveyRouteClass
  3.  
  4. channel_routing = [
  5. SurveyRouteClass(SurveyConsumer, path="^/surveys"),
  6. ]
Add Comment
Please, Sign In to add comment