1👍
You could use celery to create a periodic task that checks every day or hour for entries that fullfill this requirements, update it and send an email:
https://django-celery-beat.readthedocs.io/en/latest/index.html
Source:stackexchange.com
1👍
You could use celery to create a periodic task that checks every day or hour for entries that fullfill this requirements, update it and send an email:
https://django-celery-beat.readthedocs.io/en/latest/index.html