2008/6/24 sebey <[EMAIL PROTECTED]>: > #temp only fo dev proposes > (r'^shows/(?p<show_feed>\d{1})/ > s','ubermicro.shows.views.show_page') # .* does not work > ) > > can anyone help?
You need to use a capital letter P: r'^shows/(?P<show_feed>\d{1})/' /Emil --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---