I really like the look of this site. I've just started with Django, and hadn't imagined there would be something this convenient.
But, on my first attempt, I can't get my web app to work: having copied all the files onto the server and followed the tutorial - http://tutorial.pythonanywhere.com/django#existing-apps-manual-config - to the letter, the page just shows the words 'Unhandled Exception'. Reading the error log, I see this:
ImportError: Could not import settings 'myapp.settings' (Is it on sys.path?): No module named myapp.settings
I've replaced all the paths I could find in the settings.py and the wsgi file thing, and will freely admit to being out of my depth here. Don't know why it can't find settings.py. If I was a computer, I bet I could find it.