Forums

Django TemplateDoesNotExist Error but Template-loader postmortem see it.

Hi everybody, I want to deploy my site but I have a TemplateDoesNotExist error. A strange thing : The template-loader postmortem see it. I changed the version of django as recommanded in this topic. But still not working. Please, what can I do in more ?

I found the error. In my views.py, I wrote "myapp\page.html". I changed to "myapp/page.html". It's working now.

Great, glad you worked it out!