Skip to content

Instantly share code, notes, and snippets.

@johngrantuk
Created March 29, 2016 16:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johngrantuk/9f19f0b47a0d3dffd5c8 to your computer and use it in GitHub Desktop.
Save johngrantuk/9f19f0b47a0d3dffd5c8 to your computer and use it in GitHub Desktop.
Django Channel asgi file
import os
import channels.asgi
os.environ.setdefault(“DJANGO_SETTINGS_MODULE”, “sensor.settings”)
channel_layer = channels.asgi.get_channel_layer()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment