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')

doesn't work for me, but I've been thinking about your post, and you
were right about me wanting to leave breadcrumbs (why couldn't I think
of that analagy earlier to simplify things?) to indicate how I had
gotten to a particular page, I know its not hugely vital for my app
that this is the case, and so I'm just going to go with your second
suggestion which works perfectly.

It would be a nice feature in Django to have the breadcrumb urls, I
think it would go hand in hand with the clean urls feature.

Thank you Karen, Oliver, Tim and Jeremy for your help, it is very much
appreciated.

oh and p.s. Karen you were spot on with the models assumption :)


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