I created
django-admin.py startproject mysite
python manage.py startapp hello
user/mysite
user/mysite/myvenv
user/mysite/mysite
user/mysite/hello
(my pythonanywhere "user" is asd2)
I followed this guide to create my HelloWorld page: http://dfpp.readthedocs.io/en/latest/chapter_01.html
I followed PythonAnywhere docs to make it live reloading the web app from the site, settings myvenv folder and edited the wsgi file as the doc suggested but the result is this: http://asd2.pythonanywhere.com
Please help