0.3.1
chat v3
This commit is contained in:
@@ -89,6 +89,20 @@ TEMPLATES = [
|
|||||||
# WSGI_APPLICATION = 'TWB.wsgi.application'
|
# WSGI_APPLICATION = 'TWB.wsgi.application'
|
||||||
ASGI_APPLICATION = 'TWB.asgi.application'
|
ASGI_APPLICATION = 'TWB.asgi.application'
|
||||||
|
|
||||||
|
CHANNEL_LAYERS = {
|
||||||
|
'default': {
|
||||||
|
'BACKEND': 'channels.layers.InMemoryChannelLayer'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Database
|
# Database
|
||||||
# https://docs.djangoproject.com/en/4.2/ref/settings/#databases
|
# https://docs.djangoproject.com/en/4.2/ref/settings/#databases
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user