Closed uadnan closed 7 years ago
Seems like In Django 1.10 TemplateDoesNotExist
is moved to django.template.exceptions
Thus import should be
from django.template import TemplateDoesNotExist
Same problem for django 1.9
Have same issue with template loaders.
UPD: thanks to @uadnan, his advice worked for me
Django Version: 1.10.6 Python Version: 3.5.2
Settings:
Error traceback: