My question is:
Using the following query how can I get contacts that are due now()? ie all contacts at the time of running the view that have not been sent
Contact.objects.filter(send_email_on=<WHERE TIME NOW???? , status='not sent')
Note I don't want future contacts juts ones not send up to now()