[Answer]-Unit testing Django templates in Google App Engine raises TemplateDoesNotExist(name)

1👍

Check if this is set anywhere in your django config:

TEMPLATE_LOADERS=('django.template.loaders.filesystem.load_template_source',)

Leave a comment