Re: template loader is missing a character.

2011-03-14 Thread Tom Evans
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

Re: template loader is missing a character.

2011-03-12 Thread royy
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