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