Re: Template path error

2008-04-22 Thread Gaurav
Hi All, Please help me with this issue. I have created a template folder at C:/python25/django/templates and I have updated the settings.py file with "forward slashes" in path. When I hit the url, it gives me the following error. c:\python25\django\templates\current_datetime.html (File does

Re: Template path error

2008-04-15 Thread AJ
Do you have your TEMPLATE_DIRS setting as a tuple or list? If it's a tuple and it has only one element you need a trailing comma like so: TEMPLATE_DIRS = ( 'C:/python25/django/templates', ) On Apr 15, 12:00 pm, "Gaurav Sharma" <[EMAIL PROTECTED]> wrote: > Hi All, > > I am very new to Django an

Template path error

2008-04-15 Thread Gaurav Sharma
Hi All, I am very new to Django and facing lot of initial problems. I have created a template folder at C:/python25/django/templates and I have updated the settings.py file with "forward slashes" in path. When I hit the url, it gives me the following error. c:\python25\django\templates\current_da