I want to schedule a task, that sends email to the users, everyday at noon. I don’t want to use celery and I can’t figure out how to do it using django-background-tasks. Can someone please help me out?
What have you tried and what’s not working for you?
(Note, the docs for it only show it as supporting up to Django 2.2. If you’re running Django 3.x, it might not work for you.)