Forums

Django app stuck at default "Hellow World" page

I'm following the instructions at https://help.pythonanywhere.com/pages/FollowingTheDjangoTutorial. I've reached the end and am pretty sure I followed all the steps, however when I reload and access my webapp, it seems to get stuck at the default "Hello, World!" page. I tried putting garbage code into my wsgi.py file, reloaded the app, and tried accessing the app again, but it still displayed the default "Hello World" app... What am I doing wrong? :(

Checking the server logs, I found these. Not sure how helpful this is, but it looks like this enter image description here

My virtual environment is set to /home/loopergolf/.virtualenvs/django17

Hi there,

Just to clarify, which wsgi file are you changing? It should be /var/www/loopergolf_pythonanywhere_com_wsgi.py and is accessible via your webapps page.

The server logs are normal (it shows that your webapp is starting up).