Comment 1 for bug 963684

Revision history for this message
rcrowley (r-rcrowley) wrote :

The fix is to replace TEMPLATE_LOADERS in settings.py with:

TEMPLATE_LOADERS = (
    'django.template.loaders.filesystem.Loader',
    'django.template.loaders.app_directories.Loader',
)