django · django/TemplateDoesNotExist
TemplateDoesNotExist
TemplateDoesNotExist
Raised by the template engine when no configured loader can locate the named template file. Check TEMPLATES[...]['DIRS'] in settings, ensure the app's templates/ subdirectory is correctly structured, and verify that the app is listed in INSTALLED_APPS.