Forums

Domain name redirects

I just started hosting a Django app on python anywhere. No matter what url for my domain I type in the address bar (e.g. isawyouweb.com/admin), the home page isawyouweb.com always shows up. I've verified that my urlconf works for adisa.pythonanywhere.com. Did I miss a step in my domain name redirection?

It looks to me like you're using some sort of frame-based redirect that is losing the path information of the URL. To use your own domain, you need to set up a CNAME, instead.