Forums

Internal Server Error

In my error log its show this error, How can i fix it?
File "/home/myusername/MelaMedia/templates/HomePage.html", line 1, in top-level template code {% extends 'base.html' %} File "/home/myusername/.virtualenvs/myvirtualenv/lib/python3.10/site-packages/flask/templating.py", line 62, in get_source return self._get_source_fast(environment, template) File "/home/myusername/.virtualenvs/myvirtualenv/lib/python3.10/site-packages/flask/templating.py", line 98, in _get_source_fast raise TemplateNotFound(template)

Make sure that you have correctly configured your templates directory (also paying attention to your working directory: https://help.pythonanywhere.com/pages/NoSuchFileOrDirectory/) and make sure that the template that you are trying to load exists in your templates directory.