Problem filling Django template in googleappengine Loader
- by googleappenginenewbie
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…