Simple question.
How can I pass a variable from the URL to the view? I\'m following the Date Example.
My view needs to arguments:
def hours_
You could use Named groups in the regex
(r'^plus/(?P\d{1,2})/$', hours_ahead),