crontab for Django application

How can we use cron jobs in a Django application like we can do with Laravel?
Is cron activated by the Docker file? I could not figure out how to do it with Django.
We need some kind of scheduler, like we have in Heroku.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.