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