@ -178,5 +178,5 @@ REST_FRAMEWORK = {
}
CRONJOBS = [
('*/.12 * * * *', 'controle.cron.my_cron_job')
('*/1 * * * *', 'controle.cron.my_cron_job')
]