On Thu, Oct 23, 2008 at 4:00 AM, gryzzly <[EMAIL PROTECTED]> wrote: > > It is self-expalnatory, but the problem is that I do have a template > file. And it is there. >
You're saying you have a file named: /home/misha/www/djcode/templates/polls/results.html ? Are you sure you have that exact file? If you cut-and-paste that value after 'cat ' in a command prompt, you see the file contents? Or do you get: cat: /home/misha/www/djcode/templates/polls/results.html: No such file or directory If cat can find the file but Django can't, there's something screwy going on in your system. It is far more likely that there is some subtle difference between the name of the file you have on your system and the name you are using in your code. Karen --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---