Forums

TemplateDoesNotExist at /

It's my first deployment and its constantly showing this error plz help me , here is my Github code and my web app

https://atharvgoyal.pythonanywhere.com/

https://github.com/atharv506/demodeploy

The reason for this error is that you haven't properly set up the template structure.

First, check your urls.py to see if you have created a URL path for home. Second, review the places in views.py where you are redirecting to home.

A common error is having an incorrect path like templates/your_folder. Lastly, you may have provided an incorrect link to home.

Let us know if you need any further help