my_event = Event.objects.get(id=4) current_time = datetime.datetime.now()
How do I do check if my current time is between them?
my_eve
Your answer is the way to go as long as start_time and end_time don't have an associated tzinfo class. You can't directly compare a naive datetime with a timezoned-datetime.