sorry to the English I speak. I am not an native English speaker.

suppose my sitemap is something like below;

/home
        /home/products/
              /home/products/1
              /home/products/2
               .
               .
               .
        /home/news/
               /home/news/1
               .
               .
               .
       /home/login/
       /home/logout/
               .
               .
               .
when a website visitor browser any page, I want on the page the right
up corner contain  links show where he is. eg: when he browser the
page /home/product/1, I want the link will be "/home/product/
product_name" and "home" is a link to home page ... etc

I know the way putting some judgging code in every view, but is there
a better way in django?

--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to