There are several other similar discussions, here's a couple: http://code.google.com/appengine/forum/python-forum.html?place=msg/google-appengine-python/YaqfeygoiaI/WjRY2xTJEIEJ https://groups.google.com/group/google-appengine-python/browse_thread/thread/10010f148d74ec55/75d1c011f1f904d8
I think there was something in the past week or two as well, but I couldn't find it quickly. You might want to spend a few minutes searching the groups. Robert On Tue, Feb 22, 2011 at 09:37, Sandeep Koduri <[email protected]> wrote: > Hi, > Am trying to use django 1.2. which is raising some template not found error > when we try to extend to other relative path. > Which worked fine in django 0.96, > {% extends "../../../central/dashboard/templates/home.html" %} > Using this is bringing the error home dose not exist. > this is the file structure. > app/ > module1/ > dashboard/ > templates/ > currentdash.html(the dashboard template for the current > module, we are trying to design and structure from home.html in central > dashboard ) > central/ > dashboard/ > templates/ > home.html(our actual structure which need to accessed at > variable path for outer frame and data) > Do any one have any idea how to extend the template in django 1.2 > else we need to get limited for using django as we are very much relied on > it. > > -- > Regards > Sandeep Koduri > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" 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/google-appengine?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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/google-appengine?hl=en.
