mail: silence django warnings

This commit is contained in:
Markus 2023-10-12 22:24:18 +02:00
parent 07d14163fb
commit 198a5908b2
1 changed files with 10 additions and 0 deletions

View File

@ -202,3 +202,13 @@ POSTORIUS_TEMPLATE_BASE_URL = 'http://localhost/mailman3/'
# This is a quick and dirty hack - maybe there is a way to reliably retrieve the right ID?
SITE_ID = 2
Q_CLUSTER = { 'orm': 'default',
'retry': 360,
'save_limit': 100,
'timeout': 300,
'workers': 2
}
DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'