What steps will reproduce the problem?
run django server. Manage.py runserver. It's work good.
from django.template import Template
t = Template('My name is {{ name }}.') // here error
Error: Settings cannot be imported, because environment variable
DJANGO_SETTINGS_MODULE is undefined.
Original issue reported on code.google.com by meste...@gmail.com on 10 Jul 2012 at 6:01
Original issue reported on code.google.com by
meste...@gmail.com
on 10 Jul 2012 at 6:01