Fix code style
This commit is contained in:
parent
9bf5fa8895
commit
413c9bb3aa
5 changed files with 8 additions and 228 deletions
|
|
@ -2,9 +2,9 @@
|
|||
from __future__ import absolute_import, print_function, unicode_literals
|
||||
|
||||
from channels import include
|
||||
from knocker.routing import channel_routing as knocker_routing
|
||||
|
||||
from djangocms_blog.liveblog.routing import channel_routing as djangocms_blog_routing
|
||||
from knocker.routing import channel_routing as knocker_routing
|
||||
|
||||
channel_routing = [
|
||||
include(djangocms_blog_routing, path=r'^/liveblog'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue