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. > > [1]:http

from django.template import Template, gives me this output

2007-11-30 Thread firedancer
-support/python2.5/django/conf/__init__.py", line 53, in _import_settings raise EnvironmentError, "Environment variable %s is undefined." % ENVIRONMENT_VARIABLE EnvironmentError: Environment variable DJANGO_SETTINGS_MODULE is undefined. i'm new to using django , i would lik