Problem filling Django template in googleappengine Loader
Posted
by googleappenginenewbie
on Stack Overflow
See other posts from Stack Overflow
or by googleappenginenewbie
Published on 2010-06-05T15:16:18Z
Indexed on
2010/06/05
15:22 UTC
Read the original article
Hit count: 432
django-templates
I am trying to test a googleapengine project locally, but am getting errors loading templates:
My settings.py contains TEMPLATE_LOADERS with Loader wrappers:
e.g. django.template.loaders.filesystem.Loader
but there is no Loader wrapper class in the bundled filesystem.py file within
xx/google_appengine/lib/django/django/template/loaders/
so I'm getting this error:
Exception Type: ImproperlyConfigured Exception Value: Module "django.template.loaders.filesystem" does not define a "Loader" callable template source loader Exception Location: in xxxx/google_appengine/lib/django/django/template/loader.py in find_template_source, line 60
© Stack Overflow or respective owner