Ejemplo n.º 1
0
 def matches(self, context):
     return is_in_time_range(timezone.now(), self.hour_start, self.hour_end,
                             self.values)
Ejemplo n.º 2
0
 def matches(self, basket, lines):
     return is_in_time_range(timezone.now(), self.hour_start, self.hour_end, self.values)
Ejemplo n.º 3
0
 def matches(self, basket, lines):
     return is_in_time_range(timezone.now(), self.hour_start, self.hour_end,
                             self.values)
Ejemplo n.º 4
0
 def matches(self, context):
     return is_in_time_range(timezone.now(), self.hour_start, self.hour_end, self.values)