I\'m saving datetime in the db for an object. I\'d like to query against the db and select anything from todays date, not datetime.
datetime
date
What\'s the
obj = TeachersPlanner.objects.filter(date__startswith=date.today())