Correct project name in testproject.asgi

This commit is contained in:
Andrew Godwin 2016-03-20 17:12:19 -07:00
parent b3c101bd79
commit caa589ae70

View File

@ -1,6 +1,5 @@
import os
from channels.asgi import get_channel_layer
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "my_project.settings")
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "testproject.settings")
channel_layer = get_channel_layer()