Forums

Use a new custom domain name for Django App

I can see that I can change the dns name of our Django app from the pythonanywhere site. I also know that I have ALLOWED_HOSTS setting in my django app. If I change from abc.mydomain.tld to def.mydomain.tld, is it as simple as just changing the ALLOWED_HOSTS and reloading. (and setting the DNS CNAME) I know I would also need to consider what hosts/callback urls are configured in google auth.

If you're using Google auth to handle registration/authentication with your website, you'll need to set that up again too, I think.

Thank you, yes I got the google auth, looks like it will be quite straight forward if nothing else to consider.