On Sun, Mar 13, 2011 at 7:16 AM, royy wrote:
> Hi.
>
> I'm following the tutotial for my first Django app, in part 3 after
> edit the views.py file I'm getting the error.
> •Using loader django.template.loaders.filesystem.Loader:
>..
> As you can see template loader is missing the letter " t " o
error fixed.
The problem: I was using c:\documents and settings\hp_propietario
\mysite\ emplates\polls
\index.html (File does not exist)
instead of:
c:/documents and settings/hp_propietario/mysite/templates/polls
/index.html (File does not exist)
thanks..
--
You received this message because
2 matches
Mail list logo