Forums

new site not loading with fresh push

Hey there!

I have a baby Python Anywhere website, using Django and Python. I'm pulling from git, and my venv is PyCharm. Yesterday the site was loading (simple as it was) and then this morning I continued my tutorial and pushed to git. It looks like I've successfully updated the text files on PA, but the website (theaudreygreene.pythonanywhere.com) is not loading. I am currently getting the "did not match any documents" page.

I don't understand. What's changed? What am I forgetting to do?

Any thoughts are welcome,

Audrey Greene

Hey theaudreygreene, I went to check your site and it suggest that you check you logs.

To do so, go to the web tab (upper right of the page) of your pythonanywhere page.

In the middle of that page you'll see a Log section, from the error log or the server log you should get a clue as to what is going wrong.

Good luck and happy investigation.

Also it looks like you're confusing your IDE (Integrated Development Environment) that would be PyCharm in your case and your virtual environment which is something Completely independent.

You use an IDE to facilitate your coding, it has nice colours and code completion, you use a virtual environment to keep the good versions all of your project dependencies together.

have fun !

@Gen709's suggestion is correct -- check your error logs first, that's a good start for debugging such issues.