mirror of
https://github.com/django/daphne.git
synced 2025-05-31 03:03:04 +03:00
Remove useless import from doc example
This commit is contained in:
parent
bbe0d14fc4
commit
39bead9de9
|
@ -23,7 +23,6 @@ now underlie every part of Django.
|
|||
|
||||
Make a new project, a new app, and put this in a ``consumers.py`` file in the app::
|
||||
|
||||
from channels import Channel
|
||||
from django.http import HttpResponse
|
||||
|
||||
def http_consumer(message):
|
||||
|
|
Loading…
Reference in New Issue
Block a user