get_week() [source]
Returns the week for which this view will display data, as a string. Tries the following sources, in order:
- The value of the
WeekMixin.weekattribute. - The value of the
weekargument captured in the URL pattern - The value of the
weekGETquery argument.
Raises a 404 if no valid week specification can be found.
Please login to continue.