Hi,
I just upgraded to a $5/month account so I could use a domain name that I own. I did this by deleting my previous web app (which was at erose.pythonanywhere.com) and creating a new web app under my domain name (reallyeli.com). My website's code was under a directory named website
, so I deleted the default mysite
directory and changed the WSGI file to import from website
instead.
All this has worked swimmingly, although I'm not certain if it's the correct way of going about it, since the "Source code:" field of my web app remains pointing at /home/erose/mysite
, which no longer exists.
1) How do I change it? 2) If I can't change it, will it lead to problems?