Forums

Can't run my test site

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

That looks like it's running a Django site fine, so maybe you're running the auto-generated basic Django site instead of your own code. Have a look at the instructions for running an existing Django project here and see whether there are any bits you can apply to your own project.

I get these errors list in the console:

https://pastebin.com/0HRgXjGu

Have you checked out the help page about debugging import errors? That should help you work out exactly what's going wrong.