This commit is contained in:
Maxi Quoß
2022-12-04 11:29:01 +01:00
parent 2aabf0f0c5
commit a7dd5ab74c

View File

@@ -120,7 +120,7 @@ elif os.getenv("DB_TYPE") == "sqlite":
}
}
CHANNEL_LAYERS = {
CHANNEL_LAYERS = {
"default": {
"BACKEND": "channels_redis.core.RedisChannelLayer",
"CONFIG": {
@@ -174,4 +174,4 @@ STATIC_ROOT = os.path.join(BASE_DIR, 'staticfiles')
DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'
STATICFILES_STORAGE = 'whitenoise.storage.CompressedManifestStaticFilesStorage'
VERSION = "v2.2.3"
VERSION = "v2.3.0"