|
|
|
@ -373,7 +373,7 @@ INSTALLED_APPS = ( |
|
|
|
) |
|
|
|
) |
|
|
|
|
|
|
|
|
|
|
|
CRONJOBS = [ |
|
|
|
CRONJOBS = [ |
|
|
|
# ('8 * * * *', 'django.core.management.call_command', ['send_newsletter']), |
|
|
|
('8 * * * *', 'django.core.management.call_command', ['send_newsletter']), |
|
|
|
|
|
|
|
|
|
|
|
('0 * * * *', 'django.core.management.call_command', ['update_index', 'conference', '--remove', '--age=6']), |
|
|
|
('0 * * * *', 'django.core.management.call_command', ['update_index', 'conference', '--remove', '--age=6']), |
|
|
|
('5 * * * *', 'django.core.management.call_command', ['update_index', 'exposition', '--remove', '--age=6']), |
|
|
|
('5 * * * *', 'django.core.management.call_command', ['update_index', 'exposition', '--remove', '--age=6']), |
|
|
|
|