Can anyone help with my super simple query string problem.... I'm simply trying to get www.mysite.com/uptodate?build=123 parsed. The problem is I can't get any URL to match (I keep getting 404 - page not found).
My URL: (r'^uptodate(?P<build>\d+)/$)', prog.main.uptodate'), My View: def uptodate(request, build='123'): --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

