@ -44,12 +44,6 @@ CACHES = {
QR_CODE_CACHE_ALIAS = 'qr-code'
CHANNEL_LAYERS = {
"default": {
"BACKEND": "channels.layers.InMemoryChannelLayer"
}
SYNC_APPS = {
'sync': {},
'tournaments': { 'exclude': ['Log', 'FailedApiCall'] }
@ -17,3 +17,18 @@ DATABASES = {
'NAME': BASE_DIR / 'db.sqlite3',
# CHANNEL_LAYERS = {
# "default": {
# "BACKEND": "channels.layers.InMemoryChannelLayer"
# }
# "BACKEND": "channels_redis.core.RedisChannelLayer",
# "CONFIG": {
# "hosts": [("localhost", 8300)],
# },
@ -9,3 +9,4 @@ PyJWT==2.8.0
httpx[http2]==0.27.0
channels[daphne]==4.1.0
twisted[http2,tls]==24.11.0
channels-redis==4.2.1