From cc9057e90c24540e7674dd329bcfb24ff7a01b6c Mon Sep 17 00:00:00 2001 From: pinguin999 Date: Tue, 24 May 2016 18:19:38 +0200 Subject: [PATCH] Split the two files into two code blocks (#167) --- docs/getting-started.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/getting-started.rst b/docs/getting-started.rst index 5c715c8..2b24beb 100644 --- a/docs/getting-started.rst +++ b/docs/getting-started.rst @@ -60,6 +60,8 @@ Here's what that looks like:: "ROUTING": "myproject.routing.channel_routing", }, } +.. +:: # In routing.py from channels.routing import route