Bootstrap Weirsøe Party Protocol with initial game model and workflow
This commit is contained in:
11
partyhub/asgi.py
Normal file
11
partyhub/asgi.py
Normal file
@@ -0,0 +1,11 @@
|
||||
import os
|
||||
from channels.routing import ProtocolTypeRouter
|
||||
from django.core.asgi import get_asgi_application
|
||||
|
||||
os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'partyhub.settings')
|
||||
|
||||
django_asgi_app = get_asgi_application()
|
||||
|
||||
application = ProtocolTypeRouter({
|
||||
'http': django_asgi_app,
|
||||
})
|
||||
Reference in New Issue
Block a user