singh91digvijay / google-app-engine-samples

Automatically exported from code.google.com/p/google-app-engine-samples
0 stars 0 forks source link

DJANGO_SETTINGS_MODULE is undefined. #69

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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