update value certain time later using django appscheduler

I got you. Yes, I was looking for a scheduling system with less configuration where I knew about the Django appscheduler is a very common and popular library for this. But I’m not getting an appropriate solution.

Read the docs on Django Appscheduler. It still requires an external process be run.

You cannot manage this from within your Django process.

Thanks. So seems I need to go ahead with celery beat or cron.