I have a Django Model which has a published_at field. I want to execute a function every 24 hrs after the published_at everyday. So if,
publish_at = '5 Feb 2020 12AM'
At 6 Feb 2020 12AM , a set of methods will be implemented
At 7 Feb 2020 12AM , a set of methods will be implemented
for x days