Re: [google-appengine] PROD - QUEUE - DJANGO_SETTINGS_MODULE is undefined

2012-05-28 Thread Matt McDonald
Define the DJANGO_SETTINGS_MODULE environment variable in your app.yaml config. https://developers.google.com/appengine/docs/python/config/appconfig#env_variables This will ensure it's always available to any entry point that's handling a request. On Mon, May 28, 2012 at 6:23 AM, Amine Azariz wro

[google-appengine] PROD - QUEUE - DJANGO_SETTINGS_MODULE is undefined

2012-05-28 Thread Amine Azariz
I am using Django 1.2, Python 2.5. This error happens from time to time. - e.g. some tasks got this error, some - not. How to solve this one? File "/base/python_runtime/python_lib/versions/third_party/django-1.2/django/template/loader.py", line 168, in get_template_from_string return T