We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 71c7b53 + 34f7edf commit 30b82b1Copy full SHA for 30b82b1
server/portal/settings/settings.py
@@ -689,7 +689,7 @@
689
690
691
# Channels
692
-ASGI_APPLICATION = 'portal.routing.application'
+ASGI_APPLICATION = 'portal.asgi.application'
693
CHANNEL_LAYERS = {
694
'default': {
695
'BACKEND': 'channels_redis.core.RedisChannelLayer',
server/portal/settings/unit_test_settings.py
@@ -432,7 +432,7 @@
432
SUPPORTED_BRAINMAP_PREVIEW_EXTS)
433
434
435
436
437
438
'BACKEND': 'channels.layers.InMemoryChannelLayer',
0 commit comments