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.
>
> [1]:http://www.djangoproject.com/documentation/templates_p
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]> w
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
which
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 "/var/lib/python-support/python2.5/django/template