I need to implement a way to send automatic email notifications based on the DateFields model. I will give an example.
I have a DateField from 2010-07-23 that is stored in it, and I want django to send an email to the designated user when the current date reaches a week earlier (send it on 2010-07-16). Is there any way to do this?
django email django-admin notifications
Oscar carballal
source share