Class DayMixin
Mixin for views manipulating day-based data.
Declaration
class DayMixin
source linkDocumentation
Methods
▷ def get_day(self) Return the day for which this view should display data.
▷ def get_day_format(self) Get a day format string in strptime syntax to be used to parse the day from url variables.
Subclasses