I want to host a django web application to pythonanywhere. I have a domain in godaddy. I followed the instructions in this https://help.pythonanywhere.com/pages/CustomDomains. Under the DNS management page in godaddy, I setup the CNAME as follows
Type = CNAME
Name = www
Value = webapp-717498.pythonanywhere.com
TTL = 1 Hour
I tried reloading the application in the web page in pythonanywhere. I no longer get any warning. This shoud mean that the CNAME has been setup properly right??
But when I try to load the website, I am not able to see the application but I get the following message
This Web page is parked for FREE, courtesy of GoDaddy.com.
Not sure what went wrong. The application worked fine during test hosting and this problem occured only when I tried using a custom domain