TemplateDoesNotExist(template_name, chain=chain) django.template.exceptions.TemplateDoesNotExist: base.html code example
Example: raise TemplateDoesNotExist(template_name, chain=chain) django.template.exceptions.TemplateDoesNotExist: home.html
//check your settings.py has below configuration
INSTALLED_APPS = ['your_app_name']