Trouble with the Django tutorial: Template DoesNotExist(1.1 on Win XP, Python 2.5.4)

2010-02-02 Thread OkaMthembo
Hi folks, I am doing the Django tutorial (part 3 _ Django Documentation.htm). I created an HTML template in a folder within my Django project/ site (C:\Projects\SASalaries\sasalaries\mytemplates\polls) and my TEMPLATE_DIRS setting in settings.py is as follows: *TEMPLATE_DIRS = ( "C:/Projects

Re: Trouble with the Django tutorial: Template DoesNotExist(1.1 on Win XP, Python 2.5.4)

2010-02-02 Thread Karen Tracey
On Tue, Feb 2, 2010 at 4:18 PM, OkaMthembo wrote: > [snip] Template Loader Error: > Django tried loading these templates, in this order: > Using loader django.template.loaders.filesystem.load_template_source: > *c:\projects\sasalaries\sasalaries\mytemplates\polls\index.html (File does > not exis

Re: Trouble with the Django tutorial: Template DoesNotExist(1.1 on Win XP, Python 2.5.4)

2010-02-02 Thread OkaMthembo
Hi Kathy, Thanks for looking into it. When i paste it into the cmd as an argument to dir, i still get File Not Found (specific screen shot attached). On Tue, Feb 2, 2010 at 11:37 PM, Karen Tracey wrote: > On Tue, Feb 2, 2010 at 4:18 PM, OkaMthembo wrote: > >> [snip] > > Template Loader Error:

Re: Trouble with the Django tutorial: Template DoesNotExist(1.1 on Win XP, Python 2.5.4)

2010-02-02 Thread OkaMthembo
:O Did i say "Kathy"? The horror! Am terribly sorry, Karen. It's very late here and i'm seeing double vision :) On Tue, Feb 2, 2010 at 11:37 PM, Karen Tracey wrote: > On Tue, Feb 2, 2010 at 4:18 PM, OkaMthembo wrote: > >> [snip] > > Template Loader Error: >> Django tried loading these templates

Re: Trouble with the Django tutorial: Template DoesNotExist(1.1 on Win XP, Python 2.5.4)

2010-02-02 Thread Karen Tracey
On Tue, Feb 2, 2010 at 5:17 PM, OkaMthembo wrote: > Hi Kathy, > > Thanks for looking into it. When i paste it into the cmd as an argument to > dir, i still get File Not Found (specific screen shot attached). > > So really, that file doesn't exist. What is the real full name of the file you have