|
|
@@ -258,7 +258,7 @@ NEWSLETTER_BATCH_SIZE = 100
|
|
|
|
|
|
CRONJOBS = [
|
|
|
('*/5 * * * *', 'django.core.management.call_command', ['submit_newsletter', ], '> /dev/null 2>&1' ), #> /dev/null 2>&1
|
|
|
- ('* * * * *', 'django.core.management.call_command', ['send_queued_mail'], '> /dev/null 2>&1'),
|
|
|
+ ('*/5 * * * *', 'django.core.management.call_command', ['send_queued_mail'], ), #'> /dev/null 2>&1'
|
|
|
]
|
|
|
|
|
|
CRISPY_TEMPLATE_PACK = 'bootstrap4'
|