Running background task every day for Django app

Is there a way to schedule a background task every morning to gather data for my Django app? I previously did this using Heroku Scheduler but am moving away from Heroku.