>From a method defined in a view i need to get the source of an html file in the templates directory. This is how i tried it out. An error occurs at the line,
f = open(os.path.join(os.getcwd(), '../templates/test.html'), 'r') ; However, this causes an error, "File or directory not found". What do i do? Please help. thankx in advance, zubin71 -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@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.