This is my query
count = Attend.objects.filter(date = NULL).count()
This gives me an enter date in correct format error. I am trying to filter for date set as null.
what do i do?
count = Attend.objects.filter(date__isnull = True).count()
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With