On Wed, Sep 16, 2009 at 10:53 PM, [email protected] <[email protected]> wrote: > > Is there any benefit to using {% url %} other than retrieving data > from the same view? I was looking for a better way to make a > breadcrumb menu than hard wiring the urls into every page and came > across the {% url %} tag and this post: > > http://groups.google.com/group/django-users/browse_thread/thread/b42d814e8f52b89a/45cf75b352c709b0?lnk=gst&q=breadcrumb#45cf75b352c709b0 > > It makes sense to me to use {% url %} in order to retrieve data form > the same view but if you have to pass {% url %} a specific view then > what's the difference than hard wiring a url? > > Thanks, > > Jason > DRY principle?
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

