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
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
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
3 matches
Mail list logo