Hi!
Can someone help me identify my problem please.
I'm trying to put my first project to pythonanywhere, but I have some deployment issues. I am using the Django For Girls tutorial : http://tutorial.djangogirls.org/en/django_templates/index.html.
And when do git pull, in the bash console, I can only see the HTML modifications on my website, but the python part doesn't work at all. For example if I try to do : <p> This modifcation works </p> I will see it in my website, but if I do something like :
{{ posts }}
I get this : [] on my live website. Even in the source code, I have [] this element.
I triple checked the paths, the Python version I use is the latest 3.4, Django is 1.9.
If you have any idea, I'd be more than thankful!