some first models of pos & add required to attributes
This commit is contained in:
@@ -254,6 +254,15 @@ CACHES = {
|
||||
}
|
||||
}
|
||||
|
||||
CHANNEL_LAYERS = {
|
||||
"default": {
|
||||
"BACKEND": "channels_redis.core.RedisChannelLayer",
|
||||
"CONFIG": {
|
||||
"hosts": [("redis://:ydnW4hwzuDRYcTX3FWCHgQ1f@apo.liara.cloud:33740/0")],
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
REST_CAPTCHA = {
|
||||
'CAPTCHA_CACHE': 'default',
|
||||
'CAPTCHA_TIMEOUT': 300, # 5 minutes
|
||||
|
||||
Reference in New Issue
Block a user