<https://stackoverflow.com/posts/71309321/timeline>
I am stuck in one problem and i want to notify current logged user for it's insurance will be expired within 5 days ago. class Vehicle(models.Model): vehicle_no = models.CharField(max_length=100, blank=False, null=False) chasis_no = models.CharField(max_length=100, blank=False, null=False, unique=True) make = models.CharField(max_length=100, blank=False, null=False) insurance_no = models.CharField(max_length=100, blank=False, null=False) insurance_date = models.DateField(blank=False, null=False) insurance_expiry_date = models.DateField(blank=False, null=False) Please help me to find exact solution -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/dbab5e24-c394-49f1-8f9e-c7ff38bbf8ffn%40googlegroups.com.