Forums

How do I find where my Django website is?

So I've deployed my django website according to the instructions here: https://help.pythonanywhere.com/pages/DeployExistingDjangoProject/

But I don't know where my site is.

If I go under 'Web' it says my site is hosted here: http://wmmufunde.pythonanywhere.com/

But all I get is the default welcome page showing me that Django is installed. Where is my actual site? My project is called heroes4Hire but I can't find it.

What do I do?

Make sure that the path in your wsgi file refers to the path where your website actually is and that the code there is the code that you want to be running.