Forums

Still getting the default HelloWorldApplication...

...and I think I have followed all of the instructions for deploying an existing Django app.

No errors. Everything else I've checked seems to work ok.

What are the most common reasons for this result? The most common steps people miss?

Will try again tomorrow....

Check your uwsgi.py and comment out/uncomment/tweak the relevant sections

Conrad, thanks again!

Got no uwsgi.py, do have wsgi, which is what the pythonanywhere setup doc seems to want,. Clicked to edit that again, saw and fixed an error, and my app comes up now! (But of course with another error, but it's one I know how to fix:

Invalid HTTP_HOST header: 'gardens.pythonanywhere.com'. You may need to add u'gardens.pythonanywhere.com' to ALLOWED_HOSTS.

Fixed that, on to the next error message.......

But this problem is solved!

aha! thanks for letting us know!