Django required updates to mailman3-web config.
This commit is contained in:
parent
6a07035281
commit
02bff10e25
|
@ -188,3 +188,12 @@ SOCIALACCOUNT_PROVIDERS = {
|
||||||
COMPRESS_OFFLINE = True
|
COMPRESS_OFFLINE = True
|
||||||
|
|
||||||
POSTORIUS_TEMPLATE_BASE_URL = 'http://localhost/mailman3/'
|
POSTORIUS_TEMPLATE_BASE_URL = 'http://localhost/mailman3/'
|
||||||
|
|
||||||
|
DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'
|
||||||
|
Q_CLUSTER = {
|
||||||
|
'timeout': 300,
|
||||||
|
'retry': 600,
|
||||||
|
'save_limit': 100,
|
||||||
|
'orm': 'default',
|
||||||
|
'poll': 5,
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue