Hello everyone. I am trying to deploy my first blog/app on PA for the first time without success. I followed closely the instructions to deploy in the Tango with Django book. The error I am getting is "Template does not exist at /" with the templates in question being blog.html and blog/post_list.html. I am using a virtual environment with django 1.6.2 and python 2.7.5.
I've tried various things and any help would be greatly appreciated.
Url in question: http://dcarrot2.pythonanywhere.com/
Thanks