On 4/20/07, DuncanM <[EMAIL PROTECTED]> wrote:
>
> Hi Karen,
>
> (r'^team/(?P<team_id>[0-9]+)/results/(?P<object_id>[0-9]+)/$',
> 'django.views.generic.list_detail.object_detail', dict(results_dict,
> template_name='teams/team_results_reports.html')

FWIW, django views are pretty simple to do yourself, and you can
structure your URLs however you want that way.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to