Re: from django.template import Template, gives me this output

2007-11-30 Thread firedancer
thx , i'll read through that now, firedancer On Nov 30, 4:48 pm, "Waylan Limberg" <[EMAIL PROTECTED]> wrote: > I'd suggest reading the docs. If your trying to use the template > system by itself. This [1] should answer your question. > >

Re: from django.template import Template, gives me this output

2007-11-30 Thread Waylan Limberg
I'd suggest reading the docs. If your trying to use the template system by itself. This [1] should answer your question. [1]: http://www.djangoproject.com/documentation/templates_python/#configuring-the-template-system-in-standalone-mode On Nov 30, 2007 3:29 PM, firedancer <[EMAIL PROTECTED]>

Re: from django.template import Template, gives me this output

2007-11-30 Thread James Bennett
On 11/30/07, firedancer <[EMAIL PROTECTED]> wrote: > i'm new to using django , > i would like to proceed with it , > > your help will be more then appreciated Your best hope is to thoroughly read the official Django tutorial, which explains the need to either use manage.py or properly state

from django.template import Template, gives me this output

2007-11-30 Thread firedancer
Hi, I just started my django quest, but when i started the "Template" part , i found out that not everything is set correct . this is it : >>> from django.template import Template Traceback (most recent call last): File "", line 1, in File