mail: silence django warnings
This commit is contained in:
parent
07d14163fb
commit
198a5908b2
@ -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?
|
# This is a quick and dirty hack - maybe there is a way to reliably retrieve the right ID?
|
||||||
SITE_ID = 2
|
SITE_ID = 2
|
||||||
|
|
||||||
|
|
||||||
|
Q_CLUSTER = { 'orm': 'default',
|
||||||
|
'retry': 360,
|
||||||
|
'save_limit': 100,
|
||||||
|
'timeout': 300,
|
||||||
|
'workers': 2
|
||||||
|
}
|
||||||
|
|
||||||
|
DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'
|
||||||
|
Loading…
Reference in New Issue
Block a user